Question: visual Basic Write a Visual Basic .NET program to determine a student GPA. The following information will be entered by the user: 5Marks Student ID


visual Basic
Write a Visual Basic .NET program to determine a student GPA. The following information will be entered by the user: 5Marks Student ID Student Name Course Code (e.g., COMP2105) Course Credit Hours (e.g., 3) Course Grade (e.g., B+) using a textbox using input box using textbox using textbox using list-box The user can add a new course by clicking the Add Course button after filling all information. Each time a new course is added the student GPA will be calculated and displayed as shown in the sample run. A student GPA is calculated using the following equation: 5Marks 4.0 Grade Points Table: A C+ 2.3 A- 3.7 2.0 B+ 3.3 C- 1.7 B 3.0 1.3 B- 2.7 D 1.0 F 0.0 Course Credit Hours * Course Grade Course Credit Hours GPA = D+ . . Important Notes: Once the student ID is entered, textbox cannot be empty and it will be disabled. Mark Read the student name (using input-box) before it continues. 1 Mark If no name was entered, the program will assume the default "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
