cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
2 dimension array
2 dimension array
Jan 31, 2013 at 9:16pm UTC
medo sayed
(8)
-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 UTC
Chervil
(7320)
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.