Commit d9d5d36d authored by paolo.tokam's avatar paolo.tokam

Upload New File

parent 99c53d75
public class Saving Account{
public static void main(String[] args) {
double amount;
double BankAccount = 0.00;
double rate = 0;
for (int deposit){
amount= BankAccount*Math.pow(0.00 + rate, deposit)
System.out.println()
}
bank account per01 = new account //create an account
per01.withdrawal(100);
public void accrueInterest(double balance); //account accrue interest rate
{
balance = accrueInterest + 5;
// end of accrueInterest method
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment