Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a student marks calculation in Python application to ask the user for a list of marks of students which should be entered using the
write a student marks calculation in Python
application to ask the user for a list of marks of students which should be entered
using the keyboard.
The numbers should be entered one at a time. You should devise a way for the user
to tell the application that all the numbers have been entered. Hint: use a loop.
The application should tell the user how many numbers they have entered and then
present a menu of choices as follows:
Print the mean of the numbers
Print the median of the numbers
Print the mode of the numbers
Go back and enter a NEW set of numbers
Exit the application
Part
Add more functionality as follows:
Allow only numbers to be added, give an error message to the user prompting
them to enter the value again.
Check that at least two numbers have been added before presenting the menu.
Find the skewness of the values in the list
CS Main sit Coursework Academic Year
Part
Add more functionality as follows:
Allow multiple numbers to be added as a string with the numbers separated by
commas as well as individually Hint: you will need to check whether a number entered
contains one or more commas.
Add another menu choice to enter more numbers to the ones already entered
Add the functionality to read the data file from the computer harddrive
Comments in the Code
You are required to write comments wii thin the code to explain it line by line.
Do not use any python packages i repeat do not use python packages
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