+ 3
Why is my code not working
https://code.sololearn.com/c6QqBr2kBFcS/?ref=app https://code.sololearn.com/c6QqBr2kBFcS/?ref=app
9 ответов
+ 5
I see spelling mistakes, misplaced brackets {} , Variable declared twice, Variable referenced before being declared or assigned.
+ 2
1.)At line no. 6 the 'S' of Scanner must be in capital.
2.) At line 7 and 11 correct the syntax of "System.out.println()", remove the extra spaces.
3.)instead of closing the outer for loop(line 19) at line 39, you should close it at line 35.
+ 1
JME what's wrong with line 19 ¿¿
+ 1
The } at the end of line 14
+ 1
JME now ¿¿
+ 1
Smriti Kaur now ¿¿
+ 1
now
+ 1
Some mistakes,
Misplaced brackets {} ,
Variable declared twice,
+ 1