Ask Question
13 November, 18:46

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

+2
Answers (1)
  1. 13 November, 21:40
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers