0
What's wrong with this code?
I tried running it on C++ droid but it's not running, it keeps saying "expected Expression 'else'" https://code.sololearn.com/co12ufpS3G58/?ref=app
4 Answers
0
you missing { in line 29 after else
0
A brace is missing at the end of line 28 and the brace in line 31 has to be removed.
0
actually you missing both closing and opening bracket before and after else respectively