Question: */ #include using namespace std; const int NUM_TESTS = 3; int main() { double test1 = 88.8; double test2 = 99.9; double test3 = 100;
*/ #include using namespace std;
const int NUM_TESTS = 3;
int main() { double test1 = 88.8; double test2 = 99.9; double test3 = 100;
please type the rest of the code to get this output

C:\Users\Suma Rao\source epos\02Rao Suma\Debug\02RaoSuma.exe Average of test scores 88.8, 99.9, 100 is 96.2333 Press any key continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
