Write a C++ program that receives input for the number of people in a class. It should then create an array to receive input of the ages of people in the class.
It should output to the screen every repeating age in the data set that is contained in the array.
Write a C++ program that receives input for the number of people in a class. It should then create an array to receive input of the ages of people in the class.
Your program should output to the screen the four youngest ages of the people in the class. Hint: Use a sorting algorithm