how to output

anyone know how to output the student number,testes, average and grade using this and reading from an file ?

{
public:
void input( ifstream& input,int studentid);
void computeGrade();
void output();
private:
int studentNumber;
double exam1;
double exam2;
double exam3;
double exam4;
double average;
char grade;
int main
}
testes
Hm. I'm not sure what to say.
Epic fail? I hope?
Can you give more details
Topic archived. No new replies allowed.