0
help! end of a module final 12
c++ input =12 my output=24 expected output=38
10 Respuestas
+ 2
Post your attempts, to help u out
+ 2
Hi! what type of help do you need? ask a detailed question
+ 2
ask a good, beautiful, detailed question with an example of the task and an attempt at your solution. provide your full code, not part of it. imagine that you want to write a short story about your problem. the better you do it, the more likely you are to help. otherwise, it is difficult for me and others to understand what you want
+ 1
No, he meant the code that you wrote
0
input =12
my output =24
expected output=38
0
Please, show us your code attempt
0
I cannot compile the code ...
0
int a=12;
int b=24;
cin>>a;
cout<<b;
0
Are you trying to solve the problem of transporting passengers by bus? is this your complete code? or is there something else?
0
No, this required input. I made the program based on these values, but it was all wrong .... Two days ago, I was trying to make a correct program