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
1 Réponse
+ 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.