In Java, which control structure is used to execute a block of code only when a specific condition is true?
While loop
For loop
If-else statement

Software Engineering Exercises are loading ...