Anggie
0
Q:

exception handling and reprompting

boolean flag = false;
while(!flag)
{
//make the loop break, if no exception caught
flag = true;
    try{

    }
    catch{
       //make the loop repeat
       flag = false;
    }
 }
0

New to Communities?

Join the community