Ask Question
16 September, 14:52

Write an If - Then statement that sets the variable hours to 10 when the flag variable minimum is set.

+4
Answers (1)
  1. 16 September, 15:06
    0
    if (minimum) {

    hours=10

    }

    Explanation:

    when minimum is true that if condition is true and the variable hours set to 10
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write an If - Then statement that sets the variable hours to 10 when the flag variable minimum is set. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers