Loading

[NEW SOLN] CMIS 102 ASSIGNMENT 4 COMPUTE AVERAGE QUIZ GRADE

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.

  • 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 4 Compute Average quiz Grade,
  • CMIS 102 Assignment 5 Secure Password,
  • CMIS 102 Final Project Body Mass Index,
Support