Question: Using visual basic .. Practice Create an application that read two numbers from the user. The first number is the class number and the second
Practice Create an application that read two numbers from the user. The first number is the class number and the second number is the student level. Once the student clicks on Check the application should check the numbers entered. If the student entered class level 335, and student level 1, the label should display Welcome to VB, you are a graduate student" If the student entered class level 335, and student level 2, the label should display "Welcome to VB, you are undergraduate student" If the student entered class level 335, and neither 1 or 2 in student level 1, the label should display "Enter either 1 or 2 in the student level" If the student entered class level number that is not 335 "Welcome to Lubar " Form 1 Class Number Student Level Check Make sure that you create an event handler in case the user entered the wrong info
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
