Goto statement in switch

I know “goto” we shouldn’t use at all, but i was just wondering what the danger of doing this would be. I did it anyway just to see if it would work. It works. Yea i know im getting ahead of myself here…

Thoughts? Opinions?

The Challenge with goto statements instead of break. this stops Trys from incrementing before the error is encountered.

Privacy & Terms