Question
Can anyone write a python program the prints the below out? I also need to use the main() function, and EITHER getPosInt() or GetPosFloat() function.
Can anyone write a python program the prints the below out? I also need to use the main() function, and EITHER getPosInt() or GetPosFloat() function.
Please enter a student name or '*' to finish: Tom Please enter a score for Tom: 85 Please enter another score for Tom: 92 Please enter another score for Tom: 76 The average score for Tom is: 84.33
Please enter a student name or '*' to finish: Chuck Please enter a score for Chuck: 88 Please enter another score for Chuck: 78 Please enter another score for Chuck: 72 The average score for Chuck is: 79.33
Please enter a student name or '*' to finish: Harry Please enter a score for Harry: 95 Please enter another score for Harry: 85 Please enter another score for Harry: 54 The average score for Harry is: 78.00
Please the student name or '*' to finish: *
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