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 num ones with the number of distributed 1 dollar bills given amount to change. hint: use %.