User Profile
Collapse
-
thx i am able to solve that problem now :D -
how to correct this do while loop
int tryagain;
do{
String cur_cat;
String msg="";
msg = "Select Category\n";
msg += "\n1. IT";
msg += "\n2. Geography";
msg += "\n3. Mathematics";
msg += "\n4. Physics";
cur_cat = JOptionPane.sho wInputDialog(ms g);
int cur_index = 0;...
No activity results to display
Show More
Leave a comment: