Python Program

User Generated

mvmb23

Computer Science

Description

Python Program

Unformatted Attachment Preview

A teacher wants to be able to enter test scores and find the average. She would like to have a feature that allows her to remove the last test score added if she miss typed it. For example: The test scores 98, 65, 89, 77, 16 were entered one at a time pressing the Enter key after each one. The teacher realized that the 16 was supposed to be 61 and wants to remove the 16 and replace it with the 61. Write a program that uses the Stack class created in class that will hold the test scores until the teacher enters DONE. If the teacher enters a number, it should be pushed onto the stack. If the teacher enters REVERSE, the last number entered should be removed. After all the numbers have been entered, the program should calculate the average and display the following: The test scores entered listed on one line separated by a comma The average of the test scores The letter grade for the student – Grading scale A is 90 or more, B is 80 – 89, C is 70 – 79, D is 60 – 69 and F is below 60. Add the following comments to the beginning of the program. Name: Your Name Class and Section: CS 222 01 Assignment: Program Assignment 05 Due Date: See above Date Turned in: Program Description: You write a short description of what the program will do When you complete the program, do the following. 1. Turn in a printout of the source code 2. Create a folder with the following name: ProgramAssignment05 3. Copy your program to this folder 4. Copy the folder to your folder in the I:\kopp\inbox\CS 222 01 folder
Purchase answer to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer

Her...


Anonymous
Just what I was looking for! Super helpful.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Similar Content

Related Tags