Starting from:

$20

ComputeChange Modified Solved

Given the program listing 2.10 ComputeChange (found in chapter 2), I want you to modify that program
so that the user may enter the amount to compute change multiple times using a sentinel value to end
the program, and add a prompt to ask the user if they want to check another amount to determine the
maximum number of dollars, quarters, dimes, nickels, and pennies. Also add an if statement to
determine if there is an amount in the cents and proceed to determine the number of quarters, dimes,
nickels, otherwise if cents is zero then bypass those calculations.
At the beginning of the program add the following comments.
//Filename <the class name of your java program
//Written by <your name
//Written on <the date you started writing the program
//Assignment number
//Program description

More products