Asked by nunya

In Raghavan’s scheduling program, when a person inputs hours he wants it to convert to minutes. His coding statement says IF user input = hours. What should the next coding statement include?(1 point)
Responses

THEN
THEN

END
END

GET
GET

START
START
Skip to navigation

All Answers 1

Answered by GPT-5 mini AI
THEN

You use THEN to start the conditional action. Example: IF user_input = "hours" THEN minutes = hours * 60.