#include<stdio.h>
#include<conio.h>
#define size 6
void cgpa(float gpa[],float chr[],int x);
void main ()
{
float gp[size];
int ch[size],i;
clrscr();
for(i=0;i<size;i++)
{
printf("Enter GP of %d th Subject: ",i+1);
scanf("%f",&gp[i]);
printf("Enter CH of %d th Subject: ",i+1);
scanf("%f",&ch[i]);
}
cgpa(gp,ch,6);
getch();
}
void cgpa(float gpa[],float chr[],int x)
{
float ch_t=0,gp_t=0,cgpa,mul;
int i;
for(i=0;i<x;i++)
{
ch_t=ch_t+chr[i];
gp_t=gp_t+gpa[i];
}
mul=ch_t*gp_t;
cgpa=gp_t/x;
printf("CGPA of %d Subjects is %.3f",x,cgpa);
}
6.4
If you are facing in finding your final grade cgpa then visit my site
a CGPA Base is a CGPA Base
a minimum 65% you need
Dear sir , i would like to know about , how to calculate cgpa into percentage or profesional courses. Thanks dev kumar
cgpa 8.8
cgpa=6.4
CGPA = cumulative grade point averageThe CGPA is the average of grade points obtaind in all subjects excluding additional subjects as per Scheme of studies. An indicative equivalence of Grade point and percentage of marks can be computed asSubject wise indicative percentage of marks =9.5 X GP of the subjectsOverall indicative percentage of marks =9.5 X CGPA
CGPA (Cumulative Grade Point Average) is typically calculated by taking the average of the grade points obtained in all subjects, weighted by the credit hours or units for each subject. The formula is: CGPA = Σ(Credit Hours * Grade Points) / Total Credit Hours.
CGPA*10=percentage
How calculate cgpa percentage
sgpa X .4 = cgpa