please i want your help :-(
Java program
Your local bank has contracted you to design a Java application that will process saving account data for a given customer in a given year. Assume that the saving account accurse interest at a rate of 12 percent per year. The user must enter the account balance, current deposits and amount of withdrawals.
Your program should have methods that do the following:
calcInterest
deposit
withdraw
The Main method should ask the user for the following information:
Please Enter Your Name
Please Enter your current balance
Please Enter the amount you want to deposit
Please Enter the amount you want to withdraw
At the end The Main method should display a report to the user
Java program
Your local bank has contracted you to design a Java application that will process saving account data for a given customer in a given year. Assume that the saving account accurse interest at a rate of 12 percent per year. The user must enter the account balance, current deposits and amount of withdrawals.
Your program should have methods that do the following:
calcInterest
deposit
withdraw
The Main method should ask the user for the following information:
Please Enter Your Name
Please Enter your current balance
Please Enter the amount you want to deposit
Please Enter the amount you want to withdraw
At the end The Main method should display a report to the user
Comment