Ask Question
17 February, 21:50

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

+3
Answers (1)
  1. 18 February, 00:28
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers