Electrical and Computer Engineering
15
of 22
UAH
CPE 112
Notices Program (The End)
•
else
// Student is failing
•
cout << "Failing." << endl;
•
}
•
else
// Invalid data
•
cout << "Invalid Data:
Score(s) less than zero."
•
<< endl;
•
return
0;
•
}
•