0_0_18152765_4359.cpp: In function 'int main()':
0_0_18152765_4359.cpp:43:4: error: expected primary-expression before '<<' token
<<averageP(student,i,m)
^
0_0_18152765_4359.cpp:45:3: error: 'else' without a previous 'if'
else cout<<" ";
^
0_0_18152765_4359.cpp:53:3: error: expected ';' before 'if'
if(i==m-1) cout<<endl;
^
0_0_18152765_4359.cpp:54:3: error: 'else' without a previous 'if'
else cout<<" ";
^
|