0% found this document useful (0 votes)
12 views2 pages

PF Project Proposal

Project pf

Uploaded by

Talal Zeeshan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

PF Project Proposal

Project pf

Uploaded by

Talal Zeeshan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Proposal for Student Report Card System Project

Project Title:
Student Report Card System

Introduction:
The Student Report Card System is a simple and efficient program developed in C++ that
allows users to input and manage students' academic records. This program calculates the
total marks, average, and grade based on marks provided for five subjects. The project is
ideal for beginners to understand the basic concepts of C++ such as input/output, arrays,
loops, functions, and conditional statements.

Group Members :

Muhammad TALAL ZEESHAN -095

Muhammad Awais - 084

Objectives:

1. To develop a simple application for managing student records.

2. To calculate total marks and average marks for multiple subjects.

3. To assign grades based on the calculated average.

4. To display the complete report card in a user-friendly format.

Scope of the Project:


- Input: Student's name, roll number, and marks for five subjects.
- Processing:
- Calculate the total marks.
- Compute the average marks.
- Determine the grade based on average marks.
- Output: Display the student's report card with all details, including name, roll number,
total marks, average marks, and grade.

Tools and Technologies:


Programming Language: C++

Compiler: Dev-C++

Platform: Windows
Features of the System:
1. User Input:
- Student's name and roll number.
- Marks for five subjects.

2. Processing:
- Total marks = Sum of marks of all subjects.
- Average marks = Total marks / 5.
- Grade Assignment:
- A: 90-100
- B: 80-89
- C: 70-79
- D: 60-69
- F: Below 60

3. Output:
- Display the complete report card with all details.

Expected Outcome:
The Student Report Card System will provide a functional and easy-to-use application to
record and display student marks, calculate totals and averages, and assign grades based on
performance.

Conclusion:
This project will help develop problem-solving skills and strengthen the understanding of
core C++ programming concepts such as loops, arrays, conditional statements, and
functions. It serves as a foundation for future, more complex projects.

You might also like