Добавить
Уведомления

JAVA Basic Banking Application - Part 2 (Practice coding for beginners, and adding it to portfolio)

In this series I will be building a basic Banking Application to add to my portfolio. As a new coder, I need some practice and I might as well share that with anyone who might be able to benefit from it. Part One - https://youtu.be/7iQDdqkI4KE In this first part I started by creating a class called Bank Account, and initializing the class instance variables. I also created a constructor, which will create the object of Bank Account, using the parameters Customer Name and Customer ID. Then I made two methods, one which will deposit money and one that will withdraw money! Part Two In this second part we finish off out BankAccount Class by adding a way to see the last transaction. We also add a Menu for the user to choose from. And we use Switch Case to implement the menu within a do while loop. Check out the next video in the series for the next steps! Part Three - https://youtu.be/4Gmbp83FCNc Link to Code - https://github.com/c00ke/BankingApplication/tree/master/src If you liked this video, consider subscribing!

Иконка канала Tech Newsfeed
1 подписчик
12+
17 просмотров
2 года назад
12+
17 просмотров
2 года назад

In this series I will be building a basic Banking Application to add to my portfolio. As a new coder, I need some practice and I might as well share that with anyone who might be able to benefit from it. Part One - https://youtu.be/7iQDdqkI4KE In this first part I started by creating a class called Bank Account, and initializing the class instance variables. I also created a constructor, which will create the object of Bank Account, using the parameters Customer Name and Customer ID. Then I made two methods, one which will deposit money and one that will withdraw money! Part Two In this second part we finish off out BankAccount Class by adding a way to see the last transaction. We also add a Menu for the user to choose from. And we use Switch Case to implement the menu within a do while loop. Check out the next video in the series for the next steps! Part Three - https://youtu.be/4Gmbp83FCNc Link to Code - https://github.com/c00ke/BankingApplication/tree/master/src If you liked this video, consider subscribing!

, чтобы оставлять комментарии