Can anyone please solve this problem?
I am getting the error message :
SystemErr R java.lang.Array IndexOutOfBound sException: 1
the error pointed to the fourth line in this code.
What should I put in the code?
Code:
for(int i=0;i<assmnt_year.length;i++)
{
{//bayaran dalam tempoh
if(payment_before_penalty[i]!=null
Leave a comment: