Hi I am asking about the transportation project I can't get that | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Hi I am asking about the transportation project I can't get that

https://code.sololearn.com/cAsIKRZH3quK/?ref=app

22nd Sep 2021, 5:35 PM
Mohamed Omer
Mohamed Omer - avatar
2 Answers
0
//your code goes here int input; // define a variable to take from the user cin >> input; // take input from the user cout << 50 - input % 50; // print the result (find the remaining seats in the bus, a bus have 50 seats and if travellers as input get down from bus the result says the remaining seat numbers) I hope, it's clear. Happy coding!
22nd Sep 2021, 5:59 PM
mesarthim
mesarthim - avatar
0
Thanks you
22nd Sep 2021, 6:10 PM
Mohamed Omer
Mohamed Omer - avatar