Write C11 statements that prompt the user to enter a decimal number between 0 and 70 and then store the number entered into hoursWorked.
Write a C11 statement that multiplies the value of the named constant RATE with the value of hoursWorked and then stores the result into the variable wages.