Line 76: |
Line 76: |
| } | | } |
| | | |
− | Output<<"-----------------------------Grade Calculator-----------------------------"<<endl;
| + | Output<<"-----------------------------Grade Calculator-----------------------------"<<endl<<endl; |
− | Output<<endl;
| + | Output<<"This program will process test scores to provide individuals"<<endl; |
− | Output<<"This program will process test scores to provide individuals"<<endl;
| + | Output<<"with letter grades according to the following scale:"<<endl<<endl; |
− | Output<<"with letter grades according to the following scale:"<<endl;
| + | Output<<" Average 90-100 A"<<endl; |
− | Output<<endl; // ||
| + | Output<<" Average 80-89.9 B"<<endl; |
− | Output<<" Average 90-100 A"<<endl;
| + | Output<<" Average 70-79.9 C"<<endl; |
− | Output<<" Average 80-89.9 B"<<endl;
| + | Output<<" Average 60-69.9 D"<<endl; |
− | Output<<" Average 70-79.9 C"<<endl;
| + | Output<<" Average < 59.9 F"<<endl<<endl; |
− | Output<<" Average 60-69.9 D"<<endl;
| + | Output<<"--------------------------------------------------------------------------"<<endl; |
− | Output<<" Average < 59.9 F"<<endl;
| |
− | Output<<"--------------------------------------------------------------------------"<<endl;
| |
− | Output<<"--------------------------------------------------------------------------"<<endl;
| |
| | | |
| Input>>first_name>>last_name; | | Input>>first_name>>last_name; |