Search:

Type: Posts; User: namenamename

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,060

    Re: 2D array problem

    Can you tell me what "nbr" stand for?
  2. Replies
    7
    Views
    1,060

    Re: 2D array problem

    You misunderstand me. Look at this original set of numbers:
    4 5 2 0
    7 2 1 4
    9 4 2 0
    7 8 9 3

    Transpose 1:
    2 2 4 8
    9 6 8 8
    0 2 6 9
  3. Replies
    7
    Views
    1,060

    Re: 2D array problem

    Output:
    Enter the number of the matrix:
    4
    Original:
    2 9 0 4
    2 6 2 5
    4 8 6 3
    8 8 9 3
    Transpose 1:
    2 2 4 8
  4. Replies
    7
    Views
    1,060

    2D array problem

    What the program is supposed to do:
    Write a program which builds two dimensional array ( n x n matrix ) with the dimentions entered by the user, populates the array with random numbers from 0 to 9,...
Results 1 to 4 of 4