Visual Basic 2015 problemI have assignments with two visual basic problems. The two problems are attached. 

Visual Basic 2015 problem

Suppose a teacher has students who have taken four tests. The teacher uses the following grading scale to assign a letter grade to a student, based on the average of his or four test scores. 

Test Score

Letter Grade

90 - 100

80 - 89

70 – 79

60 – 69

0 – 59

Create an application that uses an array of strings to hold 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.

Textboxes should have Text-Change Events.

Application look like this:

Visual Basic 2015 problemI have assignments with two visual basic problems. The two problems are attached.  1