//DISPLAY 2.10 Compound Statements Used with if-else if (my_score > your_score) { cout << "I win!\n"; wager = wager + 100; } else { cout << "I wish these were golf scores.\n"; wager = 0; gross_pay = rate*40 + 1.5*rate*(hours - 40); else gross_pay = rate*hours; cout.setf(ios::fixed); cout.setf(ios::showpoint); cout.precision(2); cout << "Hours = " << hours << endl; cout << "Hourly pay rate = $" << rate << endl; cout << "Gross pay = $" << gross_pay << endl; return 0; }