Home / Expert Answers / Computer Science / you-are-a-manager-of-a-nbsp-wally-39-s-training-gym-and-you-encourage-your-trainers-to-enroll-new-me-pa588

(Solved): You are a manager of a  Wally's Training Gym and you encourage your trainers to enroll new memb ...



You are a manager of a  Wally's Training Gym and you encourage your trainers to enroll new members.  Input is the trainer's last name and the number of new enrollees.  You will read from 2 input data files (name formats will be discussed in the 1st M07 class).  Input data validation will not be needed.  Output is the number of trainers who have enrolled members in each of three categories:  0-5 new members, 6-10 new members, and 11-15 new members. Write an application that allows the user to enter 15 Trainer's names and the number of new members they have enrolled into parallel lists.   Output is to display the number of trainers who are in each category.  Use good programming techniques that you have learned throughout the course.  Use appropriate variable names, use an array to store the names and number of new enrollees, and use prompts for the input and labels with the display.  Use parallel lists for the three categories. 

 

f The number of trainers in the 1- 5 cateqory 18 and they are:
John
vim
Ediorse
The number of trainers \( 1 \mathrm{n} \) the

I am struggling to complete this assignment and wanted to know if anyone could help. 

f The number of trainers in the 1- 5 cateqory 18 and they are: John vim Ediorse The number of trainers \( 1 \mathrm{n} \) the \( 6-10 \) cateqor' \( 1 \mathrm{~s} \) and they aret Sue Iexr1 tane The number of trainers 1n the 11-15 categorg 1 s 3 and they are: Willi.am Mark Rnthony


We have an Answer from Expert

View Expert Answer

Expert Answer


Solution: trainers =[] enrollees =[] for i in range (0, 15): traiName = input ("Enter Trainers last name: ") trainers.append (traiName)#input for trai
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe