help with code project "transportation" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

help with code project "transportation"

Please can someone help me with code project "transportation" in c++?

7th Jan 2022, 6:03 PM
Giuseppe Giusti
3 Answers
0
Here is how I did it #include <iostream> Using namespace std; Int main() { int num1; cin >> num1; int lastPeople = num1 % 50; int num2 = 50 - lastPeople; Cout << num2 ; return 0; }
7th Jan 2022, 8:39 PM
Tandoh Achiever Teneng
Tandoh Achiever Teneng - avatar
0
Thank you so much guys...now I understand
11th Jan 2022, 11:20 PM
Giuseppe Giusti