Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This is your final project. You are a manager of a Wally's Training Gym and you encourage your trainers to enroll new members. Input is
This is your final project.
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. Output is the number of trainers who have enrolled members in each of three categories: new members, new members, and to new members. Write an application that allows the user to enter Trainer's names and the number of new members they have enrolled into an array. 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. Save your file using the naming format LASTNAMEFIRSTNAMEMFP Turn in your Python file by clicking on the Start Here button in the upper right corner of your screen.
A Python program is what you will need to turn in
Documentation is very important for this course and in the field. For all programs, an expectation is that comments will be incorporated into all assignments. For this assignment only the header comments will be required. Both header comments and step comments are encouraged as it will help for logic to be better. Header comments should include the following:
Name of the submission Trainersenrollees
Author of the submission
Summarygoal of the submission
Variables used with a short description of the variable, as well as the format of the data eg datatype
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started