Can someone enlighten me on how code coach works? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Can someone enlighten me on how code coach works?

24th May 2020, 9:58 PM
Jonathan
Jonathan - avatar
3 ответов
+ 1
Jonathan the code coach programs teach you basic techniques and algorithms while successfully completing you gain experience and xp. Some are very basic while others are meant to develop stronger logic skillsets. You can either do them solely in one language or like more advanced coders here in numerous languages.
24th May 2020, 10:03 PM
BroFar
BroFar - avatar
0
In code coach you develop code on a defined task. In the task, both input and required output format are defined... In your code, you should ensure, that the output format is exactly as required. Once you are finished with your code, you can check it, by pushing run button. It will then go through a number of predefined test cases (input - output combinations) in which your output is checked. Only the first two test cases are visible.. All the others are hidden, so you can check several conditions, and be not able to cheat... Hope this helps! :)
24th May 2020, 10:05 PM
G B
G B - avatar
0
Ok, thanks, I got that but the area of confusion is the part where I'm supposed to like form a way of conveying the answer in the code
28th May 2020, 7:35 PM
Jonathan
Jonathan - avatar