0
Fixing errors plz
cam some body check my code and fix it plz it doesonot showing else statement plz fix the error https://code.sololearn.com/WnYOE44ry33y/?ref=app
2 Answers
+ 1
I think it's because you've got your if statements wrapped in quotation marks "" Eg if ("answer ==true") etc, it should just be if (answer == true) without the quotations
- 1
update your app