- Version
- Download 576
- File Size 28.67 KB
- File Count 1
- Create Date May 7, 2016
- Last Updated May 7, 2016
Compute Grades in C#
Compute Grades in C#
A c# program that will ask you to enter your prelim, midterm and endterm grades to compute for you final grade.
The program will also state if you have passed or failed
Formula:
Final grade = prelim * 30% + midterm * 30% + endterm * 40%
if final grade is greater that or equal to 75 = passed
below 75 = failed
Open the project solution (.sln) in visual studio 2010 or open directly the project file (.csproj)