How do I get transportation done is it like multiple answers cuz I got the first right but idk ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How do I get transportation done is it like multiple answers cuz I got the first right but idk ?

I'm using C++ btw

18th Nov 2021, 1:31 PM
Tsim
Tsim - avatar
4 Respuestas
+ 3
Can we see the code please?
18th Nov 2021, 2:07 PM
Chloe
Chloe - avatar
+ 3
Tsim You should take the values of a and b from user input and do what they asked in the problem statement. Read the problem statement clearly and make your logic. If you are still stuck you can post your doubt here.
18th Nov 2021, 2:38 PM
Arun Ruban SJ
Arun Ruban SJ - avatar
18th Nov 2021, 4:56 PM
A͢J
A͢J - avatar
0
#include <iostream> using namespace std; int main() { //your code goes here int a = 126; int b = 50; cout << a-b-26-12; return 0; }
18th Nov 2021, 2:11 PM
Tsim
Tsim - avatar