Question: Please write a code in c++ language according to the instruction. please solve it complete. Task: You are required to add the data members in
Please write a code in c++ language according to the instruction. please solve it complete.

Task: You are required to add the data members in Student class as Mid_Term Marks, Final Term Marks and Sessional Marks and development the following functions: 1. findTotalMarks() 2. findGrade( ); 3. updateMarks( ); 4. findTopper( ); 5. findCity(st_id); You are also required to include screen shouts of the functionality of each function that will show the smooth functionality of your solution Find Grade according to given criteria: Percentage Mark Grade 80-100 A 70-79 B 60-69 C 50-59 D Below 50 F Hint: You need to accommodate new data members in private or public section, develop its access functions, include in your input and output functions as well
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
