Computer Science, asked by syedajaz01234, 4 months ago

Write a C++ program that creates an float array of cgpa and get the size of this array from the user. The program should take input values (cgpa) from the user through functions. The program should display students having cgpa >2.5.​

Answers

Answered by hemanji2007
2

Calculate the CGPA and CGPA % of marks obtained by a Student in N subjects

Given an array arr[] of size N which contains the marks of a student in N subjects, the task is to calculate the CGPA and the CGPA percentage of the student.

Note: Consider all marks to be out of 100, for each subject.

CGPA(Cumulative Grade Point Average) is the systematic arrangement in the educational stream to get an average of grade points.

Hope it helps

Please mark as brainliest answer

Answered by mayankmonti90
0

Explanation:

Write a menu driven program to generate the sum of the following series as per the choice entered

by the user.

1) x2 /3! – x 3 /4! + x4 /5! - ………xn / (n +1)!

2) 99, 80, 63, 48…… up to 10 terms

Similar questions