Ineger array

zubair_20

Honorable
Dec 4, 2012
1
0
10,510
Write a C++ program that inputs an integer array and checks if all the elements in the array
are unique .
 
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.