0
why the for gives error?
5 Antworten
+ 3
You have a else in for loop? Else is only used with if
If (){
Something
}
else
+ 1
🤦 tanks!
+ 1
E.Q on line 23 else (n >= 10 <= 20 ),
Check logical operands class again.
0
Do you know why there is an error in the output?
https://code.sololearn.com/c54w1LlxzBpI/?ref=app
0
ok, it was just a test