For Programming Challenge, use pseudocode to write an event-driven program according to the given specifications using the information covered in.
Write a program that displays the names of students in a certain class, one by one, and allows the user to enter a test score for the student displayed. The students’ names and scores are contained in one-dimensional arrays called Names and Scores, respectively. Assume that both arrays have already been declared and that the Names array contains N entries.
The window for this program is shown in Figure 11.25. When the program starts, the first student’s name is displayed in the upper text box. The user types the test score for that student in the lower text box and clicks the "Enter" button. This action assigns this value to the first element of the Scores array, displays the next name in the upper text box, and empties the lower text box so that the next score can be entered. When all the students’ scores have been entered (and assigned to corresponding elements in Scores), the window closes automatically and the program terminates.
Figure 11.25 The window for Programming Challenge 6

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.