Professor Juarez Exercise 8-5 Zak's Programming with Microsoft Visual Basic 2019/2022

Опубликовано: 04 Апрель 2026
на канале: Eric Nagel
635
7

Open the Professor Juarez Solution.sln file contained in the VB9e\Chap08\Professor Juarez Solution folder. (F8.1, F8.2, A8.3)

Open the Code Editor window and locate the btnDisplay_Click procedure. The procedure declares and initializes two parallel one-dimensional arrays named strNames and strGrades. Code the procedure to display the names of students who have earned the grade selected in the lstGrades control. It should also display the number of students who have earned that grade.

The first item in the lstGrades control should be selected when the interface appears. Code the appropriate procedure.

The contents of the lstNames and lblNumber controls should be cleared when a different grade is selected in the lstGrades control. Code the appropriate procedure.

Save the solution and then start and test the application.