| Part 1: Learning I/O Before doing this exercise do read: JAVA input and output 1] You are given this program in JAVA. Write a deposit and withdraw methods. 2] Make a withdrawal of a $143 from account A1 and a deposit of $341 from account A2. 3] Modify your program to accommodate user input for withdrawal and deposit transaction. The program must check withdrawal of amount greater than the balance of the account. For additional reference, visit: This JAVA link. The root server is java.sun.com |