Question: Java programming Write a program, class name ATM, that: 1.(On Screen) Asks the user to input an amount in USD to withdraw 2.(On Screen) Display
Java programming Write a program, class name ATM, that:
1.(On Screen) Asks the user to input an amount in USD to withdraw
2.(On Screen) Display the USD denominations that will total that amount with the fewest number of bills $1, $5, $10, $20 (cents can be left as cents)
3.(Into file Euro.txt) Write the same information as above, i.e. fewest number of bills; but in Euro denominations 1, 5, 10, 20 (cents can be left as cents) Use an exchange rate of 1 = $1.13 ( = \20AC) Please answer only 3rd Question!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
