I guess I could be able to handle the rest of the project but not on how to start the program. My problem scenario is, I will ask the user to input a random number. for example, he input 3. I should create then a program that iterates 3 times, while at the same time in between, asking the user some input. the idea is shown below:
Number 1:
Enter your number:
Enter your age:
Number 2:
Enter your number:
Enter your age:
Number 3:
Enter your number:
Enter your age:
In the end of my program I will need to do calculation, for example, which number item is the oldest? is it number1, number2, or number3...I think I could be able to handle that, My problem is how can store each Number item in one variable, with all the iterations going on....Im super confused. your help is much appreciated. thank you