Hi, you helped me before with my Java program. I need help again.
Hi, you helped me before with my Java program. I need help again. I am getting errors when I run my
fill-in-the-blanks Java program. Can you take a look and help me with fixing it? Initially, I thought the errors were related to this line in my code: for(int i=0;i<st.length();i++)
But this doesn’t appear to be the issue. I continue to receive this error message: Exception in thread “main” java.lang.StringIndexOutOfBoundsException: String index out of range:
Here are my files and the instructions.

