Question: c++ programes keep it simple (10) Question No. 02 (CLO-2) Write a program to find CGPA of students as follows: a) Define two functions named

c++ programes keep it simple
(10) Question No. 02 (CLO-2) Write a program to find CGPA of students as follows: a) Define two functions named CGPAO", and "Grade(". b) In the main function, get grades of a student in 5 subjects from a user and store them in array named "Grade". Pass the array to the function "Grade" and assign the CGPA based on the following criteria: 4.00 3.50 B C 2.50 2.00 0.00 E F c) Pass the calculated CGPA to the function "CGPAO" to display CGPA. Important Note: Use pointer notation to access array elements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
