A cashier distributes change using the maximum number of five dollar bills, followed by one dollar bills. For example, 19 yields 3 fives and 4 ones. Write a single statement that assigns the number of one dollar bills to variable numOnes, given amountToChange. Hint: Use the % operator.
ReportQuestion
2.7.2 Compute ChangeA cashier distributes change using the maximum number of five dollar bills, followed by one dollar bills. For example, 19 yields 3 fives and 4 ones. Write a single statement that assigns ...
Please briefly explain why you feel this question should be reported .
in progress
0
9 months
1 Answer
8 views
Teacher