Placeholder

CMIS 102 Assignment 4 Compute Average quiz Grade

$9.00

Description

The fourth assignment involves writing a Python program to compute the average quiz grade for a group of five students. Your program should include a list of five names. Using a for loop, it should successively prompt the user for the quiz grade for each of the five students. Each prompt should include the name of the student whose quiz grade is to be input. It should compute and display the average of those five grades and the highest grade. You should decide on the names of the five students.
Your program should include the pseudocode used for your design in the comments.
You are to submit your Python program as a text file (.py) file. In addition, you are also to submit a test plan in a Word document or a .pdf file. 15% of your grade will be based on whether the comments in your program include the pseudocode, 70% on whether your program executes correctly on all test cases and 15% on the completeness of your test report.
SCREENSHOTS
SOLUTION
PAYMENT
CMIS 102 Assignment 4 TestCases
CMIS 102 Assignment 4 Screenshot
The solution consists of:
A report word document for this assignment
All Python programs in case you want to run theses programs on your computer.
Screenshots while running programs
Attachments [Move over files to preview content of those files]
CMIS102_Assignment_4.zip (178.47 KB)
CMIS 102 Assignment 4 Report.docx
CMIS102-Assignment-4-Screenshot-1.png
CMIS102-Assignment-4-Screenshot.png
source code
average.py
Preview average.py
xx __xxxx__ == ‘__xxxx__’:
# xxxx xxxxxxx xxxx xxxxxxx xxx xxxxxxx xxxx xxxxx xxx 5 xxxxxxxx
xxxxx (“xxxxx, xxxx xxxxxxx xx xxxxxxxx xx xxxxxxx xxx xxxxxxx xxxx xxxxxx xxx xxx xxxxxxxxx xxxxxxxx: xxxx, xxx, xxxx, xxxxx, xxx xxxxx”)
xxxxxxxx = [“xxxx”, “xxx”, “xxxx”, “xxxxx”, “xxxxx”]
grades = [] index = 0 # the index of student who get highest grade total = 0 count = 0 for student in students: # ask the user to enter quiz grade print (student, “, What was your quiz grade?”)
xxxxx = xxx(xxxxx(“xx xxxxx xx: “))
xxxxx += xxxxx
# xxxx xxxxx xxxx xxxxx
xxxxxx.xxxxxx(xxxxx)
xx xxxxxx[xxxxx] > xxxxxx[xxxxx]:
xxxxx = xxxxx
Price: $19
You May Also Like:
CMIS 102 Assignment 1 Salesman Weekly Pay
CMIS 102 Assignment 2 Compute Theater Ticket Price
CMIS 102 Assignment 3 Compute Cost of Carpeting a Room
CMIS 102 Assignment 5 Secure Password
CMIS 102 Assignment 6 Converting Celsius to Fahrenheit
CMIS 102 Final Project Body Mass Index

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.