MyWikiBiz, Author Your Legacy — Saturday January 10, 2026
Jump to navigationJump to search
4 bytes removed
, 05:08, 26 February 2008
m| Line 54: |
Line 54: |
| | } | | } |
| | } | | } |
| − |
| |
| | done = false; | | done = false; |
| | | | |
| Line 75: |
Line 74: |
| | } | | } |
| | } | | } |
| − |
| |
| | Output<<"-----------------------------Grade Calculator-----------------------------"<<endl<<endl; | | Output<<"-----------------------------Grade Calculator-----------------------------"<<endl<<endl; |
| | Output<<"This program will process test scores to provide individuals"<<endl; | | Output<<"This program will process test scores to provide individuals"<<endl; |
| Line 115: |
Line 113: |
| | } | | } |
| | } | | } |
| − |
| |
| | float test_average = total_score/test_number; | | float test_average = total_score/test_number; |
| | | | |
| Line 133: |
Line 130: |
| | Output<<"--------------------------------------------------------------------------"<<endl; | | Output<<"--------------------------------------------------------------------------"<<endl; |
| | } | | } |
| − | Input>>first_name>>last_name;
| + | Input>>first_name>>last_name; |
| | } | | } |
| | Output<<"Thank you for using this Grade Calculator."; | | Output<<"Thank you for using this Grade Calculator."; |