12345678910111213
cin >>years; while (years >=.99) { cout << "Enter hours worked: "; cin >> hourw; cout << "Enter hourly rate: "; cin >> rate; if (hourw > 40) overtime =hourw-40; hourw=40;
{
while (years >=.99)