answersLogoWhite

0

How can you find CGPA for 6 Subject?

User Avatar

Ahmad006

Lvl 1
14y ago
Updated: 8/19/2019

#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);

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Find the cgpa of 6.4?

6.4


are you facing the problem to find final grade CGPA?

If you are facing in finding your final grade cgpa then visit my site


What is a 'CGPA Base'?

a CGPA Base is a CGPA Base


How much cgpa is required to take pcm subject?

a minimum 65% you need


How do you find overall percentage in CGPA?

Dear sir , i would like to know about , how to calculate cgpa into percentage or profesional courses. Thanks dev kumar


What if your CGPA is 8.8 what is your percentage?

cgpa 8.8


What is the percentage of cgpa 6.4?

cgpa=6.4


What is cgpa formula?

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.


What is the CGPA?

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


Whit CGPA out of 20 How you convert to CGPA out of 4?

To convert a CGPA from a scale of 20 to a scale of 4, divide the CGPA by 20 and then multiply the result by 4. The formula is: CGPA (out of 4) = (CGPA (out of 20) / 20) * 4. For example, if your CGPA is 15 out of 20, the conversion would be (15 / 20) * 4 = 3.0 out of 4.


How do you caluculate the cgpa range?

How calculate cgpa percentage


How do you convert CGPA to percent?

CGPA*10=percentage