Z zubair_20 Honorable Dec 4, 2012 1 0 10,510 0 Dec 4, 2012 #1 Write a C++ program that inputs an integer array and checks if all the elements in the array are unique .
Write a C++ program that inputs an integer array and checks if all the elements in the array are unique .
0 Ijack Distinguished Jul 30, 2008 1,035 0 20,360 113 Dec 4, 2012 #3 Perhaps you ought to try a different course?
0 randomizer Distinguished Jul 24, 2006 880 0 19,260 62 Dec 5, 2012 #4 I'm tempted to select the above post as the best answer.
0 N N0Spin Distinguished May 6, 2011 2 0 18,510 0 Dec 5, 2012 #6 It's been a long time, but aside from doing your own homework I will offer this. 1) Define the variables and array. 2) Create 2 loops.
It's been a long time, but aside from doing your own homework I will offer this. 1) Define the variables and array. 2) Create 2 loops.