+ 1

Someone tell me how to solve a Code Coach?? Or How that works??

Please tell me xd

24th Dec 2019, 11:02 PM
Hyst1k
Hyst1k - avatar
11 Answers
+ 4
They tell you what input you should take and what output to create. And you have to figure out how to do that. You write the program, run it. Then they run a few automated test runs. If you pass them all, you win and get xp.
24th Dec 2019, 11:15 PM
HonFu
HonFu - avatar
+ 2
Which challenge are you doing? Where are you stuck? Do you get errors?
24th Dec 2019, 11:07 PM
HNNX 🐿
HNNX 🐿 - avatar
+ 2
If we just tell you how to solve them, it will be absolutely useless for you. Maybe it's too early. Have you learned one of the imperative languages yet?
24th Dec 2019, 11:18 PM
HonFu
HonFu - avatar
+ 2
Then start C++ after data type, output and if-else, you can do Popsicles.
25th Dec 2019, 3:03 AM
Gordon
Gordon - avatar
+ 1
It's just that I don't get what do I have to do
24th Dec 2019, 11:08 PM
Hyst1k
Hyst1k - avatar
+ 1
Which challenge are you doing?
24th Dec 2019, 11:12 PM
HNNX 🐿
HNNX 🐿 - avatar
+ 1
Im about to learn C++
24th Dec 2019, 11:20 PM
Hyst1k
Hyst1k - avatar
+ 1
I want to ride a bike because I am about to start learning how to ride one.
25th Dec 2019, 10:31 PM
Mihai Apostol
Mihai Apostol - avatar
0
Im not doing any of them. Thats why I wanna know how to solve
24th Dec 2019, 11:14 PM
Hyst1k
Hyst1k - avatar
0
I have not idea at all
24th Dec 2019, 11:15 PM
Hyst1k
Hyst1k - avatar
0
I don’t know how they usually want you to get the input.. - In Python I believe it’s <variable name> = <type>(input()) - Then the rest of your code.. - Lastly, print() your output
26th Dec 2019, 6:23 PM
Oceanlight
Oceanlight - avatar