+ 1
Someone tell me how to solve a Code Coach?? Or How that works??
Please tell me xd
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.
+ 2
Which challenge are you doing?
Where are you stuck?
Do you get errors?
+ 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?
+ 2
Then start C++
after data type, output and if-else, you can do Popsicles.
+ 1
It's just that I don't get what do I have to do
+ 1
Which challenge are you doing?
+ 1
Im about to learn C++
+ 1
I want to ride a bike because I am about to start learning how to ride one.
0
Im not doing any of them. Thats why I wanna know how to solve
0
I have not idea at all
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