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