+ 2
Jungle camping ....showing error in test case 5 ...I need help...
2 Answers
+ 2
Please clean your code up a little bit, there are some unused variables and unnecessary branches. Mainly your char array seems to be to small for me. With some modifications regarding the branches, the loop and unnecessary variables it works with an array size of 50 characters.
+ 1
Sandra Meyer thank you...it's working....