Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

-Send and store all of the textbox inputs to a public static 1-D and 2-D for Grade Book -Create a public static 1-D string array

-Send and store all of the textbox inputs to a public static 1-D and 2-D for Grade Book
-Create a public static 1-D string array for (names) and for (scores)
-The array size should be the number of textboxes in the Student Data form(name = 5, score = 5 x 4)
- Declare local Textbox array txtNames, and another 2-D TextBox array txtscores. Both should be initialized.
-Use Try parse
Show final results when finished
GradeBook
StudentData
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
Suppose a teacher has five students who have taken four tests. The teacher uses the following grading scales to assign a letter grade to a student, based on the average of his or her four test scores. the five student names, an array of five strings to hold each student's letter grades, and five arrays of four single precision numbers to hold each student's set of test scores. Equip the application with a set of buttons that allows the application to perform the following: - Display a form that allows the user to enter or change the student names and their test scores. - Calculate and display each student's average test score and a letter grade based on the average. Input validation: Do not accept test scores less than zero or greater than 100. 1. This is the main form. When a user clicks the Edit Student Data button, the bel 3. Ent Ch: Close the Edit Student Data form and click

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions

Question

What is Change Control and how does it operate?

Answered: 1 week ago

Question

How do Data Requirements relate to Functional Requirements?

Answered: 1 week ago