44.2k views
0 votes
Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

User Akametta
by
5.2k points

1 Answer

7 votes

Answer:

I am using normally using conditions it will suit for all programming language

Step-by-step explanation:

if(minimum){

hours=10

}

User Jonathan Rupp
by
5.1k points