Skip to content
#

savings-account

Here are 17 public repositories matching this topic...

This project is very similar in design to the Mouse2 class and Mouse2Driver example in the book. Remember the project in Ch 4 about calculating the value of an account as it grows, which was enhanced in Ch 5 to look better? We’ll do the same work here but using OOP methodology. In this project, the user will specify the starting balance for a sa…

  • Updated Jul 6, 2022
  • Java

In this example, you will enhance the Savings Account driver to create multiple accounts. The project will create 3 separate Savings Accounts, simulating 3 different customers creating these accounts. Note that no changes are needed in the Account class – it describes an account, and it doesn’t matter how many accounts we create with that class.…

  • Updated Jul 6, 2022
  • Java

This project is very similar in design to the Mouse2 class and Mouse2Driver example in the book (Introduction to Programming with Java: A Problem Solving Approach, Second Edition by John Dean and Raymond Dean). Remember the project in Ch 4 about calculating the value of an account as it grows, which was enhanced in Ch 5 to look better? We’ll do …

  • Updated Jul 6, 2022
  • Java

Improve this page

Add a description, image, and links to the savings-account topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the savings-account topic, visit your repo's landing page and select "manage topics."

Learn more