+ 2
Can someone help?
when I say my age smaller than 80 it runs the code below,I tried place a "break" but not works https://code.sololearn.com/Wn0Hq497EHfc/?ref=app
4 odpowiedzi
+ 20
after "if else" statement , might u forgot to put { } as more than 1 statement
//js section ...line 6
+ 6
Hey i think u forgot to put { after "else if (x>80 && x<100) " and put } to the end of code :)
+ 1
thanks ; )
0
I've been fixed now