Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Student Grades Program Create a Student Grades Application that simulates a grade book for a class with 15 students who each have four test



imageimage

Student Grades Program Create a Student Grades Application that simulates a grade book for a class with 15 students who each have four test scores. This program is similar to the Student Records program that you were asked to create in Activity 2 of this unit. The difference here is that you are now using a two-dimensional array which will allow you to store more information about each of the students. Requirements Create an input/output screen as shown below. Use a two-dimensional array to store student data. Create four buttons: Add, List, Student Average and Course Average. List Button Show all of the grades for all of the students that have been stored in the array. Your program should be able to handle up to 15 students. Add Button This method should be able to allow the user to enter student data, and then press the Add button to have the data added to the array. The user should be able to verify that the data was added to the array by pressing the List button. Course Average Button This method should calculate the Course Averages for each of the courses. The program should then print the average of each course and all the student information stored. Student Average Button This method should be able to allow the user to enter a student's first and last name, and then press the Average button to have the student's average on the four tests calculated and displayed. The program should also print out all the student information stored. Sample Input-Output Screen Design Preview [StudentGradesView] File Help First Name: Student Grades Last Name: Test 1 Add Student Average Test 2 List Test 3 Test 4 Exit Course Averages

Step by Step Solution

3.37 Rating (166 Votes )

There are 3 Steps involved in it

Step: 1

Certainly Below is a simple Python program that fulfills the requirements youve provided for a Student Grades Application Note that this is a consoleb... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Seeing Through Statistics

Authors: Jessica M.Utts

4th Edition

1285050886, 978-1305176249, 1305176243, 978-1305322394, 978-1285050881

More Books

Students also viewed these Programming questions