You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marksheet is a simple project to manage and display student grades. It includes fields like student name, subjects, marks, and total score. Built as part of my learning journey, this project helps me practice data handling, basic calculations, and user-friendly display of academic results.
Takes input of a student’s name, roll number, and marks for 5 subjects
Calculates total marks and percentage
Assigns a grade based on percentage
About
Marksheet is a simple project to manage and display student grades. It includes fields like student name, subjects, marks, and total score. Built as part of my learning journey, this project helps me practice data handling, basic calculations, and user-friendly display of academic results.