- 1
can anyone please help me for c++ 12th problem 'Transportation'?
7 Answers
+ 3
Please post your attempt first
+ 3
Ok let's take the example given that is 126. So 126%50=26,therefore passesngers in last bus =50-26=24
+ 3
Hope this helps you
+ 3
+ 2
Hi! you need to take out of the total number of passengers who are standing at the stop the number that can take away full buses of 50 people. we don't count these buses. it is important for us to take away the number of full buses. then, from the remaining number of passengers (which is less than 50), we need to find out how many empty seats there will be in the last bus
+ 2
My pleasure
+ 1
I am not understanding that question.