👤

t will execute the statement before going to the condition of the expression if it is true, the statement will be executed until the condition will becomes false. *​

Sagot :

Answer:

The if control structure is used to execute a statement or block of statements if the condition is true, otherwise it ignores the condition. The general syntax of if statement is as follows: if (Boolean expression)