0% found this document useful (0 votes)
3 views5 pages

Student Grade Calculator Program

The document outlines a project to create a student grade calculator program aimed at helping students track their subjects and calculate average grades efficiently. The program allows users to add subjects, view grades, compute averages, determine pass/fail status, and remove subjects, all through a user-friendly interface. The project also serves as a learning experience in programming concepts such as classes, lists, loops, and error handling in C#.

Uploaded by

luisarequirme
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views5 pages

Student Grade Calculator Program

The document outlines a project to create a student grade calculator program aimed at helping students track their subjects and calculate average grades efficiently. The program allows users to add subjects, view grades, compute averages, determine pass/fail status, and remove subjects, all through a user-friendly interface. The project also serves as a learning experience in programming concepts such as classes, lists, loops, and error handling in C#.

Uploaded by

luisarequirme
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

STUDENT GRADE

CALCULATOR
Dumanacal, John Lloyd B.
Esperanza, Jessamine
Canico, Jaderick
Rapas, Harvey
Pedronan, Chalrz
Pamplina, Marian Jin
Culdora, Tirso Jr.
Wardiere Inc.

PROBLEM:
Many students have difficulty tracking their subjects and
calculating their average grades. It’s also time-consuming to
compute manually, especially when dealing with multiple
subjects.

GOAL:
To create a simple program that helps students:
• Record their subjects and grades
• View all entered grades
• Calculate their average
• Determine if they passed or failed
• Remove subjects if needed
Wardiere Inc.

REASON / INSPIRATION:

We wanted to solve a common problem faced by students


like us.
This project helps us apply our programming skills to
create something useful.
It also serves as a practice for working with lists, conditions,
loops, and basic object-oriented programming in C#.
Wardiere Inc.

WHAT THE PROGRAM CAN DO:

• Add subject and grade


• View all grades
• Calculate average grade with pass/fail status
• Remove a subject
• User-friendly text-based interface
Wardiere Inc.

WHAT YOU LEARNED

How to use classes and objects in C#


Working with lists to manage dynamic data
Using loops and conditions effectively
Basic error checking and user input handling
Designing a functional and user-friendly console program

You might also like