0
Trouble
In the code below why is it that every time the first ‘if’ statement is true, the else statement is also executed??!! https://code.sololearn.com/cm4xUFU9Z106/?ref=app
1 Resposta
+ 2
Chain the 2nd condition at line 17 to the 1st condition with else if.