+ 1
The code works fine till I added "do while " loop. Please help
3 Antworten
+ 1
Braces mismatch. Add properly, it will run.
Remove } in line 23.
And add it before while like...
} }while(userChoice!="yes" && userChoice !="no");
+ 1
Jayakrishna🇮🇳 thanks bro
0
Avinash you're welcome...