- 1
How can I unlock test cases in Code Coach ?
4 Respuestas
+ 1
They are locked and not meant to be visible. You have to use the briefing before starting, and the first two cases.
0
Then how can I know that my code is right or wrong ?
0
By checking the results of you first two cases and trying to handle variables such as 0s, spaces, special characters, etc.
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