This is an computer programming question The code should be in C++ Create a namespace student having following members: a)student_id, student_name, course_code, course_title, obtained_marks, grade,...


This is an computer programming question


The code should be in C++


Create a namespace student having following members:
a)student_id, student_name, course_code, course_title,
obtained_marks, grade, gpa
b) Create a function void calculate_grade() to calculate the grade
according to the criteria given below:
c) Create a function void display_grade() to display the grade
d) Create a function void calculate_gpa() to calculate the GPA
e) Create a function void display_gpa() to display the GPA




In the main() function, take appropriate inputs and display the complete
information of the student.


Marks<br>Grade<br>GPA<br>90 and above<br>A+<br>4.00<br>85 – 89<br>A<br>3.70<br>80 – 84<br>А-<br>3.50<br>75 – 79<br>B+<br>3.30<br>70 – 74<br>B<br>3.00<br>65 – 69<br>В-<br>2.70<br>60 – 64<br>C+<br>2.50<br>55 – 59<br>2.30<br>50 – 54<br>C-<br>2.00<br>Below 50<br>F<br>1.70<br>

Extracted text: Marks Grade GPA 90 and above A+ 4.00 85 – 89 A 3.70 80 – 84 А- 3.50 75 – 79 B+ 3.30 70 – 74 B 3.00 65 – 69 В- 2.70 60 – 64 C+ 2.50 55 – 59 2.30 50 – 54 C- 2.00 Below 50 F 1.70

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here