How can I unlock test cases in Code Coach ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How can I unlock test cases in Code Coach ?

4th Mar 2020, 9:57 AM
Divyaraj Parmar
Divyaraj Parmar - avatar
4 Answers
+ 1
They are locked and not meant to be visible. You have to use the briefing before starting, and the first two cases.
4th Mar 2020, 10:24 AM
Fernando Pozzetti
Fernando Pozzetti - avatar
0
Then how can I know that my code is right or wrong ?
4th Mar 2020, 10:35 AM
Divyaraj Parmar
Divyaraj Parmar - avatar
0
By checking the results of you first two cases and trying to handle variables such as 0s, spaces, special characters, etc.
4th Mar 2020, 10:37 AM
Fernando Pozzetti
Fernando Pozzetti - avatar
0
You just have to figure out the logic. If you fail test cases, *something* will be wrong. So it's thinking time: Where *might* the error be? Debugging is the larger part of coding, so you'll need to practice that anyway. ;-) https://www.sololearn.com/discuss/2188042/?ref=app
4th Mar 2020, 10:43 AM
HonFu
HonFu - avatar