In an if-else statement, the code .................will execute
O Associated with if or else statement
O
Asscheiated with if and else statement
O Associated with if only
O Associated with else only
Answers
Answered by
1
if/else statement
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