- 2
Very strange thing with input variable!!!!!!
I recieve certificate(C++) some time ago. But then I log in after few months in mobile SoloLearn, I found out what my C++ cource have 8 practice parts, but in PC version - there are nothing!!! Second problem: so I tryed to solve c++ practice in mobile SoloLearn, and the first one is named "Shipping". Ok, it is easy I think, but there is NO INPUT VARIABLE(russian lang). So How I can solve this thing???????????????
5 Respuestas
+ 2
The exercises are a recent addition. The first exercise is named "Transportation" for me, but anyway you can just define your own variable and fill it from cin:
int x;
cin >> x;
Hope this helps
+ 1
Are you talking about code coaches? if so, I don't think code coach is available in SoloLearn web.
If you meant something else, then please revise your Description, maybe it helps people to understand and respond better 👍
+ 1
I don't know is it code coaches or not. But if you say so - I just believe you. It looks like practice exercises..
The main problem: I can't understand what INPUT VARIABLE is in the first practice named "Shipping"?
PS: maybe in russian version ALL text of "Initial Text and Data" was translated from English, I don't know...
+ 1
The exercises are a recent addition. The first exercise is named "Transportation" for me, but anyway you can just define your own variable and fill it from cin:
int x;
cin >> x;
Hope this helps
Ok, I try it one more time, and yes, it helps.
Thanks)
0
It is not working, I tried it already