Try and catch question please see code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Try and catch question please see code

im trying to get the program to throw to catch if the String is not equal but its not working the program executes normally without exceptions any help please z is scanner try{ if(z.equalsIgnoreCase("Monday")|| z.equalsIgnoreCase("Tuesday")|| z.equalsIgnoreCase("Wednesday"));} catch(Exception e){t("Please enter the a day");}

9th Sep 2017, 11:57 AM
D_Stark
D_Stark - avatar
3 Answers
+ 7
Throw keyword not found ;) Example: https://code.sololearn.com/cQVLlvKiWbiz/?ref=app
9th Sep 2017, 12:03 PM
Tashi N
Tashi N - avatar
+ 7
https://code.sololearn.com/cxmK6w19r38p/?ref=app
9th Sep 2017, 12:18 PM
GAWEN STEASY
GAWEN STEASY - avatar
0
im not getting it 😕 is (Exception e) my problem?
9th Sep 2017, 1:03 PM
D_Stark
D_Stark - avatar