- 2
The solution of the first challenge i didn't get it
4 ответов
0
#include <iostream>
using namespace std;
int main() {
//your code goes here
int x,y;
cout<<"enter the number of passengers"<<endl;
cin>>x;
y=50-(x%50);
cout<<"the empty seats are"<<y<<endl;
return 0;
}
0
Project of transportation