> Java Program !!?

Java Program !!?

Posted at: 2014-12-18 
WAP to create a class named as Bank, which should hold three variables Deposit withdraw and Balance; all of integer type. Create another class named as Operation' to accept the amount to be

withdrawn by the user.if amount to be withdrawn by the user is greater than the balance amount then message"InvalidTransactiort''shouldbeprintedonthescreen.