+ 3
module 1 quiz
Your company needs printers and provides $1000 to buy as many of the same printers as possible. The price of a printer is stored in the variable price. Fill in the blanks to calculate and output how much money will be left over after buying the printers. int money = 1000; int price = 145; int result = money ? price; cout << result ; please help, wko i must write in "?" if "/" not correct
5 Antworten
+ 10
You need to find the rest of the division.
+ 1
add %
0
I try to apply "+,-,/,*" but literally none of these seems to work any recommendations???
0
%
0
Try % it works cause it gives reminder