i need the whole c++ programming code for this because am making mistakes in it everywhere i think so pls help me..................
(printing distinct numbers) write a program that reads ten numbers and displays distinct numbers
(i.e., if a number appears multiple times, it is display only once). (hint: read a number and store it to an array if it is new. if the number is already in the array, discard it. after the input, the array contains the distinct numbers.)...............