PF Project Proposal
PF Project Proposal
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 :
Objectives:
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.