int level = 13;
try{
if ( level == 13)
throw new RuntimeException(“There is no level ”);
} catch(RuntimeException e){
System.out.print(e.getMessage()); }
finally{
System.out.println(“Correct the program“);
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here