- 3
how to pass the task with the bus?
12 Respuestas
+ 4
Please can more clarify your question!!
+ 4
Please show your attempts!! So that we can help you!!
0
ZiRoV _TV, as Rishav Tiwari said to you, show your attempt!!!
0
Don't you know about the term, "Show your attempt."?
It means that you need to show your code!
0
#include <iostream>
using namespace std;
int main() {
int a=126,b=50;
int sum;
sum=126-50;
sum=50-26
cout<<sum;
return 0;
}
0
what's wrong with it?
0
All you need is a semi-colon (;) in line 8, and I recommend you to use << endl;
0
thank you
0
You need to get the amount of seats left on the last trip if you're on the one that I think you are on. Its encouraging you to use the remainder function and subtraction, but you have to figure that out. Good luck!
- 2
i can't pass the task with the bus in module 1
- 2
budlaska throw off the cop
- 2
Reset the code