Computer Science, asked by stuf20911650, 10 months ago

Will an “IF ” statement ALWAYS run?

Answers

Answered by Anonymous
2

Answer:

With the if statement, a program will execute the true code block or do nothing. With the if/else statement, the program will execute either the true code block or the false code block so something is always executed with an if/else statement.

Similar questions