Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create a Windows based c# program that inputs students assignment scores and displays them. The program must use arrays to store the students information (single
Create a Windows based c# program that inputs students assignment scores and displays them. The program must use arrays to store the students information (single dimensional array) and assignment scores (multi-dimensional array).The program will give the user the ability to enter the number of students (max 10) and the number of assignments (max 99). These values must be validated and error labels given for invalid input. The students scores will be defaulted to zero, and the students names will be defaulted to Student #1, Student #2, etc. After the counts have been submitted the user will be allowed to navigate between the students. Each students name can be updated and saved by clicking the Save Name button. The assignment scores can be updated and saved by entering the assignment number, the assignment score, then clicking the Save Score button. The label Enter Assignment Number (1-X) should not be hard coded, it should display the correct number of assignments. At any time after the counts have been submitted the Display Scores button may be clicked. This button will display the students, their grades, their average grade, and their letter grade. Use the syllabus for this class to determine the letter grade. Dont worry too much about if the columns line up perfectly based on how long names are, just get it close. Formatting can be done using tab and new line constants in your string.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started