+ 1
How do I moved to the next test in code coach pls
5 Respuestas
+ 3
It's not work in that way i you think.
The program you wrote must pass all cases in tests. Try to follow steps in description asks.
For example, if the task is to display input name with hello they you can take input and print "hello" + input_name.
The input_name what ever may be.
The test cases may have the name, it may be single word, or multiple long word, or empty string or a number...
You program should work correctly for all type of cases.. (For example scenario).
Hope you understand it now.
For anything others, better you share your code for the mistake if there any... !
+ 3
Don't write name in tags
https://code.sololearn.com/W3uiji9X28C1/?ref=app
+ 2
Question is not clear.
Can you explain more detailly..?
+ 1
Alright thanks I will do just that again and see
0
Okay after answering the first test case #1 correct I want to answer the test case #2 but lost on what to do