Skip to content

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.

Notifications You must be signed in to change notification settings

goldigd05/Student-Report-Card-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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
  1. Open code in your preferred C++ IDE
  2. Compile and run
  3. Enter student details and view the report

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages