# include <iostream>
using namespace std;
int main ()
{
char name [16];
int comp [16];
int maths[16];
int comm [16];
float gpa [16];
int totalmarks [16];
cout<< "enter the marks for" <<name[count] <<endl;
cout<< "enter the computer mark" <<endl;
cin>> comp[count];
cout<< "enter the comm marks" <<endl;
cin >> comm[count];
cout<< "enter the maths marks" <<endl;
cin>> maths[count];
# include <iostream>
usingnamespace std;
int main ()
{
char name [16];
int comp [16];
int maths[16];
int comm [16];
float gpa [16];
int totalmarks [16];
cout<< "enter the marks for" <<name[count] <<endl;
cout<< "enter the computer mark" <<endl;
cin>> comp[count];
cout<< "enter the comm marks" <<endl;
cin >> comm[count];
cout<< "enter the maths marks" <<endl;
cin>> maths[count];
for (count = 0;
{
count <17;
count++)
}
totalmarks = comp[]+ maths[] +comm [];
system ("pause");
return 0;
}