Calculate the sum of the grades


Assignment:

The administration of you local Community College has asked you to write a VB.NET program that allows students to calculate the sum of their grades and find out if they pass or fail the course.

Grades for the courses at the college are based on the sum of three assignments, and each assignment is worth a maximum of 100 points. The maximum points a student can get in a course is 300 points. To pass the course, a student needs 189 points or more.

Here are the minimum requirements for a program:

1. It has three textboxes labeled Grade 1, Grade 2, and Grade 3. They are used to enter the student's grades.

2. It has one button called Calculate. When this button is clicked, the sum of the three grades is displayed (in another textbox) along with the word PASS, if the total is 189 point or more, and FAIL if the total is less then 189. Use a textbox to display the PASS or FAIL.

3. It has one button called exit, to quit the program.

Solution Preview :

Prepared by a verified Expert
Visual Basic Programming: Calculate the sum of the grades
Reference No:- TGS01938778

Now Priced at $25 (50% Discount)

Recommended (96%)

Rated (4.8/5)