- Description: Calculates average marks and assigns grades (A+, A, B, etc.) automatically.
- File: View Code
This is a Command Line Interface (CLI) based application designed to automate the process of calculating academic results.
- Takes student name and multiple subject marks as input.
- Calculates the average score automatically.
- Assigns grades (A+, A, B, etc.) based on predefined logic.
- User-friendly interactive console.
- Input/Output Handling: Using
cinandcout. - Loops: Utilizing
forloops for repetitive data entry. - Conditional Logic: Implementing
if-elseladders for decision making. - Variables & Data Types: Managing
floatandstringdata.
- Copy the code from
student_grading_system.cpp. - Paste it into any C++ compiler (like Cxxdroid on mobile or codeblocks & VS Code on PC).
- Compile and Run!
- Description: A daily budget manager that tracks spending and gives over-budget alerts.
- File: View Code
- Description: A secure simulation of banking tasks like Balance Check, Deposit, and Withdrawal.
- File: View Code
- Copy the code from the respective
.cppfiles. - Run them in any C++ compiler (like Cxxdroid on Android).
Follow my journey as I add more advanced projects soon!
