I am having difficulty in this exercise:
"Make a program that asks n people their age, at the end the program should check if the average age of the class varies between 0 and 25, 26 and 60 and greater than 60, and then say if the class is "young," "adult," or "old," according to the calculated mean, the program should end when -1 is typed. "
I do not know how to ask the age of n people. How would I do that?