- 2

The solution of the first challenge i didn't get it

22nd Nov 2021, 4:56 PM
Jiji Delimi
2 odpowiedzi
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; }
22nd Nov 2021, 6:41 PM
Jiji Delimi
0
Project of transportation
22nd Nov 2021, 6:41 PM
Jiji Delimi