Question #1282

Ok, im having a problem figuring out how to create a repeat while statement.&
Here is the source of my assignment -&
& switch (menuOption)&
& {&
& case 1:&
& case 2: & & //etc&
How can I create a repeat while loop which is meant to be before the switch statement? Thanks

Expert's answer

You can place all statements including switch in while loopfollowing the syntax.
LATEST TUTORIALS
APPROVED BY CLIENTS