Discussions Q&R
how to develop a system that can track employee information for an organization. the employee information you must store is as follows: +Name
+sex
+job title
+organization they work for
+birthday
+employee id
the organization should have three departments which has the following attributes
+department name
+city
+department id
-1 Vote
2 RĂ©ponsesAssign 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.
-1 Vote
1 RĂ©ponseAssign 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.
0 Vote
1 RĂ©ponse