Search:

Type: Posts; User: brishi2806

Search: Search took 0.11 seconds.

  1. Re: Runtime array programm but there is error in it.

    but i am able to run the program with this




    class abc
    {
    public static void main(String ar[])
    {
    int a[]=new int[10];
  2. Re: Runtime array programm but there is error in it.

    but this is the syntax for java.

    --- Update ---

    pls tell me the complete program.
  3. Re: Runtime array programm but there is error in it.

    Error is:-Main method not found in class abc.
    My program is to enter the value of array during runtime.
  4. Runtime array programm but there is error in it.

    //

    class abc
    {
    public static void main(String ar[][])
    {
    int a[][]=new int[2][3];
    int b[][]=new int[2][3];
    int i,j,k,l;
Results 1 to 4 of 4