I need to write a program that will prompts user to input 5 persons' name and age one by one and store them into an array of Person class.

The problem of the code below is that, the program will...