[try Beta version]
Not logged in

 
2 dimension array

Jan 31, 2013 at 9:16pm
-Create a program that takes a matrix from the user of size (4 * 4); if there is repeated rows print (NO) else print (YES).
by i just study array and if condition and for loop. any help?!
Feb 1, 2013 at 6:31pm
Well, you need to break this down into stages.

First define the array.
Next get the input from the user.
After that, check for the repeated rows.

Can you share the code you have got for this so far.
Topic archived. No new replies allowed.