subject

Acashier 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 distributed 1 dollar bills to variable numones, given amounttochange. hint: use %.sample program: #include using namespace std; int main() {int amounttochange = 0; int numfives = 0; int numones = 0; amounttochange = 19; numfives = amounttochange / 5; return 0; }

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:10
10. when you create a pivottable, you need to specify where to find the data for the pivottable. is it true
Answers: 2
question
Computers and Technology, 23.06.2019 03:30
Ihave a singular monitor that is a tv for my computer. recently, i took apart my computer and put it back together. when i put in the hdmi cord and booted the computer to see if it worked, the computer turned on fine but the screen was blue with "hdmi no signal." i've tried everything that doesn't require buying spare parts, any answer is appreciated!
Answers: 1
question
Computers and Technology, 24.06.2019 16:30
Pressing the backspace key deletes the text to the of the insertion point. the left or the right?
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Create a file called favorite_foods, and list your favorite foods, entering five or six or more. press enter after each favorite food so it appears on its own line (make certain you also press enter after the final food item). after the file is created, add two more foods you like that are not on the list (press enter after the final food item). view the list of foods to make certain the two items you added appear at the end of the list
Answers: 2
You know the right answer?
Acashier distributes change using the maximum number of five dollar bills, followed by one dollar bi...
Questions
Questions on the website: 13722363