Project Name: kal Gpa Calculator
Description: an application which calcualtes the GPA for astudents.
The application calculates a student's Grade point average
by taking the course grade from course list and multiply them with their corresponding
course credits to get the weighted grades. Then it divides this value with total course credits to get the Gpa.
The application works well for a sample data but it doesn't support error handling functionalities for numeric values
How it Works: First It takes student information from a user( name and id) the user can enroll any number of students as long as there is enough memory. Then the application displays the list of enrolled students in a ListBox the user can add course information for a specific student by selecting the student record from the list box. There is no limit on the number of courses the user can provide. Then the application calculates the Gpa for the selected student by taking input data from the courses of the selected student. The user then can add more courses for the student, add new courses for another student or add new student.
Screen shots of the application