- 1
Someone help me with this? It's a C++ problem.
You are making a program for a bus service. A bus can transport 50 passengers at once. Given the number of passengers waiting in the bus station as input, you need to calculate and output how many empty seats the last bus will have.
3 Answers
+ 1
Your attempt
+ 1
Kimberly Cabrera I think this is a problem of 'transport' project in c ++ module
Take time and try to solve it by yourself
Btw here s a hint
1.Take input
2. calculate remainder and store it in variable
3. then subtract it(result of step 2) from 50
+ 1
Hint "%"