Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Objective: Use Visual Basic to develop programs using arrays for displaying. searching and sorting. Task wo: Listen to and take notes during the lab demonstration.

image text in transcribed
image text in transcribed
image text in transcribed
Objective: Use Visual Basic to develop programs using arrays for displaying. searching and sorting. Task wo: Listen to and take notes during the lab demonstration. Task #1: Create a program to allow users to enter student ID, name, and score. The message box display the number of entries. Each student's information will be stored in a separate array for future applications. Part A: Design a user interface like the one in the figure below. Student Scores Status Messages: Student ID Student Name Test Score Insert Student Note that in the above interface, there are labels for Status messages, Student ID, Student Name, and Test Score. In addition, there are text boxes for StudentID, StudentName, and TestScore, and an Insert Student command button. Declare array variables such as Student D. StudentName, and TestScore. Note there are also numerical variables (such as NumberofStudents) to keep track of the number of entries. Part B: Continue the above problem by adding an additional command button, Display Students. When this command button is pressed, a list of all students is shown in the Student Listing label. The following Figure shows the design of the interface. Student Scores Studentro Student ID Student Nane Test score Declay Students Part C: Continue the above problem by adding an additional command buttons, Display Highest Score and Display Lowest Score. When this command button is pressed, the student name, ID, and score are shown in the Student Listing label. The following Figure shows the design of the interface. Student Scores LIO Status Montage Student ID Student None Teu ScoB Insert Student Deplay Students Highest score west Soome Part D: Continue the above problem by adding an additional command button, Sorting Grade in increasing order. When this command button is pressed, the student name, ID, and score are shown in the Student Listing label. The following Figure shows the design of the interface. Sise Messages Student ID Student Name Teut Score: Sorting Insert Student Highest Display Student Lowest Score Task #4: Practice your work and be ready for a pop assignment

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions

Question

=+17.3. Extend Theorem 17.1 to R *.

Answered: 1 week ago