Question: Project 2 - 2 Maintain student scores For this project, you'll develop an app that lets the user add students to a list, change the
Project Maintain student scores
For this project, you'll develop an app that lets the user add students to a list, change the scores for a student in the list, and delete a student from the list. Prerequisites: chapters
The Student Scores form
Operation
To display the total, count, and average for a student, the user selects the student from the list box. If the list box is empty, the total, count, and average labels should be cleared.
To add a new student, the user clicks the Add New button to display the Add New Student dialog.
To update an existing student's scores, the user selects the student in the list box and clicks the Update button to display the Update Student Scores dialog.
To delete a student, the user selects the student in the list box and clicks the Delete button.
The Add New Student form
Add New Student
Name: Mary Delamater
Score:
Scores:
button to display the Update Student Scores dialog.
To delete a student, the user selects the student in the list box and clicks the Delete button.
The Add New Student form
Operation
To add a new student, the user enters a student name and, optionally, one or more scores and clicks the OK button.
To add a score, the user enters a score and clicks the Add Score button. The score is added to the list of scores in the Scores label.
To remove all scores from the Scores label, the user clicks the Clear Scores button.
To cancel the add operation, the user clicks the Cancel button.
The Update Student Scores and AddUpdate Score forms
upaate score araiog that s asplayed.
To remove a score from the Scores list box, the user selects the score and clicks the Remove button.
To remove all scores from the Scores list box, the user clicks the Clear Scores button.
To accept all changes, the user clicks the OK button.
To cancel the update operation, the user clicks the Cancel button.
Specifications
This app should make sure that the user enters a name for a new student. However, a new student can be added without any scores.
This app should check all scores entered by the user to make sure that each score is a valid integer from to
When the app starts, it should load the list box with three sample students.
Hint
To get the labels that display the score total, score count, and average on the Student Scores form, the scores on the Add New Student form, and the name on the Update Student Scores form to look like the ones shown above, you'll need to set the AutoSize property of the labels to False and the BorderStyle property to FixedD
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
