Fall 2024 - CS201P - 1
Fall 2024 - CS201P - 1
1 Total Marks: 20
Instructions
Please read the following instructions carefully before submitting the assignment:
It should be clear that your assignment will not get any credit if:
Objectives:
To enable students to understand and practice the concepts of:
● Basic structure of C++
● If/else statements
● While loop
Assignment
Develop a console-based application that allows students to input their marks for Any three subjects. The
application should calculate and display the obtained marks, average marks, grade, highest marks, and
lowest marks based on the entered values.
Sample screenshot:
Syllabus:
The syllabus for this assignment includes all topics covered from Lab 1 to Lab 2.
Note: Remember that if you have not used your name and student id in the program your
marks will be deducted. Also, printf and scanf are not allowed.
Best of luck!