0

What's wrong in this method?

I just want to know why this doesn't work, thanks https://code.sololearn.com/c7dQ2EPzZDUo/?ref=app

11th Jun 2017, 3:16 PM
Daniel Leonard
Daniel Leonard - avatar
1 Odpowiedź
+ 4
* Missed a closing bracket for the main method. This was make an extra one at the end, be sure to remove it. * Calling a non-static method from a static method * Miss-spelt System * One of the for loops in the method goes up to 5, this is out of the bounds of the array.
11th Jun 2017, 3:37 PM
Rrestoring faith
Rrestoring faith - avatar