Computer Applications

Choose the odd one out from the following:

  1. return
  2. break
  3. continue
  4. if-else

Java Iterative Stmts

11 Likes

Answer

if-else

Reason — if-else is a conditional statement while return, break and continue are jump statements.

Answered By

5 Likes


Related Questions