Exception in thread "main" java.lang.Array IndexOutOfBound sException:
The following program gives the above error
import java.io.*;
class Live
{
public static void main(String args[])throws IOException
{
float tot=0;
String ar[]=new String[25];
int aa[]=new int[25];
String ag[]=new String[15];
int gg[]=new int[15];
String at[]=new String[10];...
User Profile
Collapse
-
Error in my Program[URGENT]
i get
Exception in thread "main" java.lang.Array IndexOutOfBound sException: 2
at Live.main(Live. java:86)
The program given forward is the program that gives me the above error...please help
import java.io.*;
class Live
{
public static void main(String args[])throws IOException
{
float tot=0;
String ar[]=new String[25];
int aa[]=new int[25];...
No activity results to display
Show More
Leave a comment: