Question
The examination department needs an examination module at FURC to store result of Programming Fundamental subject of your class along with other information/attributes. Now, you
The examination department needs an examination module at FURC to store result of Programming Fundamental subject of your class along with other information/attributes. Now, you are required to write a C++ program keeping in mind the following requirements: a. Consider five different attributes like student name, marks of programming fundamental subject, etc. of each student (remaining attributes of your own choice), and then store it using a structure. The attribute of programming fundamental subjects marks is mandatory b. You should give facility to user to decide that how many students data he/she wants to store. For example, if user decides to store data of 5 students then he/she will enter the data of 5 students. c. If by mistake the user provide any students marks which are less than 0 or greater than 100 then convert it into 0. d. Display all the students data entered by the user. e. You should sum/add the programming fundamental course marks of all the students and then display the total marks of class as well as average. Note: You should not consider/add those students marks which are not in the valid range. (See point c). f. Define your own phrases for remarks for the following ranges of class average. A sample remarks is given for less than 50 class average. Class Average Remarks > 85 > 65 and < 85 > 50 and <65 < 50 Need To Work Hard To Get Ahead The program should display the remarks based upon the class average at the end. g. Store the data of all students in a file plzzz do it within half an hour as soon as possible.... in dev c++ language
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started