This is a simple C++ console app to generate a student's report card. The user enters marks for 5 subjects, and the program calculates the total, percentage, and assigns a grade. 🧾 Student Report Card Generator in C++ 📌 Description This project takes student details and their subject marks, then calculates total, percentage, and grades. ✅ Features
- Input: name, roll number, 5 subject marks
- Output: total, percentage, grade, pass/fail 🛠️ Tech Stack
- C++
- OOP (Class)
- Basic logic and math 🧠 Concepts Used
- Class & Functions
- Conditional Logic
- Array handling
- String input/output 🚀 How to Run
- Open code in your preferred C++ IDE
- Compile and run
- Enter student details and view the report