Commit 29cb3a6c authored by jose.alencastro's avatar jose.alencastro

ok

parent 6cf0a9c5
...@@ -9,9 +9,9 @@ public class SavingsAccount ...@@ -9,9 +9,9 @@ public class SavingsAccount
// contructor method // contructor method
public SavingsAccount() public SavingsAccount()
{ {
accountNumber = 12345; accountNumber = 24680;
name = "Ben"; name = "Ben";
balance = 1000; balance = 4000;
} }
// deposit method // deposit method
......
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