+ 2
Help me by solving the issue.
A error is coming https://code.sololearn.com/c201nrCDCal7/?ref=app
5 Answers
+ 5
case 2: is not a label that you can use with goto.
+ 4
Comment out lines 13 and 14 to get your desired result.
https://code.sololearn.com/cCXrP8PhYgbd/?ref=app
+ 3
I want to ask in my code why error is coming
+ 3
Oh... Thanks a lot
+ 1
Prakhar I suggest you not to use the goto statement because it's not considered as a good programming practise.