222,582 views
28 votes
28 votes
Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

User Sander Vanden Hautte
by
2.7k points

1 Answer

27 votes
27 votes

Answer:

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

Step-by-step explanation:

if(minimum){

hours=10

}

User Iamzozo
by
3.7k points