Yes it does. The line number is given in the stack trace:it is not giving an error at a particular statement.
The error is on line 20.Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 60
at countout.Remain(countout.java:20)
Paste all the lines that define and set values for the code used on line 20.how exactly do i fix the loop if that is the error?