Search:

Type: Posts; User: radhi16

Search: Search took 0.19 seconds.

  1. Replies
    19
    Views
    2,052

    Re: need help with 2D array

    Here is the code which i have so far


    int size = 0;
    Scanner scan = new Scanner(System.in);
    System.out.print("Enter the size of the array s: ");
    size = scan.nextInt();
    ...
  2. Replies
    19
    Views
    2,052

    need help with 2D array

    program for asking the user to enter the size of the array(row).The size of the column is fixed (it should be 3).
    Next the user has to enter the roll number which starts with IAD
    example IAD123...
Results 1 to 2 of 2