Question: Could you help me write this code in java please? 2. Write a Java program named MyMoney Conversion2.(50pts) The program prompts the user for and

2. Write a Java program named MyMoney Conversion2.(50pts) The program prompts the user for and reads a double value representing a monetary amount. Then determine the fewest number of each bill and coin needed to represent that amount, starting with the highest (assume that a twenty-dollar bill is the maximum size needed). For example, if the value entered is 47.63 (forty-seven dollars and sixty-three cents). Then the program should print an output similar to the following: Enter monetary amount: 47.63 ************* Output Report *** John Smith CS1301? Wed Jan 14 09:12:31 EST 2015 Original Amount: 47.63 Twenties: Tens: Fives Ones: Quarters Dimes: Nickels: Pennies ***************** Have a good day
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
