Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushdogra25/grading-system-in-c
comments are in hinglish >_<
https://github.com/ayushdogra25/grading-system-in-c
Last synced: about 2 months ago
JSON representation
comments are in hinglish >_<
- Host: GitHub
- URL: https://github.com/ayushdogra25/grading-system-in-c
- Owner: ayushdogra25
- Created: 2024-09-19T09:20:32.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T09:37:51.000Z (4 months ago)
- Last Synced: 2024-11-03T16:35:34.867Z (2 months ago)
- Language: C
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grading-system-in-C
comments are in hinglish >_<
This project is an interactive Grading System implemented in C. It allows users to input student marks and calculates the corresponding grade based on predefined grading criteria. The program offers a menu-driven interface for ease of use, allowing users to perform multiple operations in a single session.Features
Calculate Grade: Input marks and get the respective grade.
Clear Screen: Clear the console for a fresh start.
Exit Program: Exit the program at any point.
Menu-Driven Interface: The user is provided with an interactive menu to navigate the system.
Input Validation: Handles invalid marks entries.Grading Criteria
Marks Range Grade
90 - 100 A
80 - 89 B
70 - 79 C
60 - 69 D
50 - 59 E
0 - 49 F