Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🎓 Student Marks & Grade Management System

This is a C program that accepts marks for 5 subjects, calculates the total, average, and determines the grade based on the average marks.


📌 Features

  • ✅ Accepts marks for 5 subjects
  • ✅ Validates inputs (0 - 100 range)
  • ✅ Calculates:
    • Total Marks
    • Average Marks
    • Grade (A, B, C, D, F)
  • ✅ Displays a formatted student report

🧮 Grading Scale Used

Average Marks Grade
90 - 100 A
80 - 89 B
70 - 79 C
60 - 69 D
Below 60 F (Fail)

🛠️ How to Compile & Run

🔹 Step 1: Compile the program gcc C_project.c -o marks_grade

🔹 Step 2: Run the program ./C_project

📁 Files Included

C_project.c → C source code file

ACE_Project_PragyanLahkar.pdf → Final project report (as per college guidelines)

📖 Project Guidelines Followed

✔️ Function usage for modularity

✔️ Clean and commented code

✔️ Input validation included

✔️ Logical flow and proper output formatting

👨‍💻 Author Name: Pragyan Lahkar, Institution: Assam down town University, Date: April 2025

⭐ If you found this useful or you're reviewing it for college, feel free to give a star to this repo! ⭐

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages