2 dimension array

-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?!
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.