A user is writing code to calculate the amount of pay for each worker at a company. The pay rate is the same for all workers. The code will use the formula:
amount_of_pay = number_of_hours × pay_rate
Which of the following should be used in the code to represent pay_rate?
Submit