Assign each track runner a roster number and calculate the average age of the team. As output the program should print the roster in three columns like in the following format: Roster # Name Age 1 First Name 18 2 Second Name 19 3 Third Name 19 4 Fourth Name 20 5 Fifth Name 18 The average age of the team is 18.80. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Assign each track runner a roster number and calculate the average age of the team. As output the program should print the roster in three columns like in the following format: Roster # Name Age 1 First Name 18 2 Second Name 19 3 Third Name 19 4 Fourth Name 20 5 Fifth Name 18 The average age of the team is 18.80.

Your source code must make use of the following A looping structure (for, do-while, while) A struct Use string data type for text variables Validate user input and ask for corrections if invalid input detected Use formatted output for the team roster

19th Sep 2016, 1:41 PM
mason kitzmiller
mason kitzmiller - avatar
1 Answer
0
even throw i don't now exactly what your problem is. I would start by creating the struct with a string and a int and had one with the user input witch i would just do with cin and put them in a list and than just print them with println()
7th Feb 2017, 7:43 PM
Kilian Erben
Kilian Erben - avatar