How can I stop a do statement in the middle of its code and go straight to the code that comes after the while statement?
Basically I have an if statement in a do while loop and if it is met than I want to skip down to the the code stated after my while statement. Is there an easy way to accomplish this?