Question: 4. Write the Visual Basic code that displays the message Highest honors when a students test score is 90 or above. When the test score
4. Write the Visual Basic code that displays the message “Highest honors” when a student’s test score is 90 or above. When the test score is 70 through 89, display the message “Good job”. For all other test scores, display the message “Retake the test”.
The test score is stored in the intScore variable. Display the appropriate message in the lblMsg control. Code the multiple-alternative selection structure using the If…Then…Else statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
