Changes

MyWikiBiz, Author Your Legacy — Tuesday November 19, 2024
Jump to navigationJump to search
m
no edit summary
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.";
123

edits

Navigation menu