Computer Science, asked by ananthanenipavithra, 1 month ago

choose the option which is not an example of control statement ​

Answers

Answered by drishya07
0

Answer:

option a,b,c,d where is the option

Explanation:

choose the option which is not an example of control statement

Answered by mariospartan
0

The option which is not an example of control statement is exit().

Explanation:

  • exit() is not an example of flow control statement in Java as exit() terminates the currently running JVM.
  • Control statements are those statements that change the flow of execution of statements.
  • In simple words, it is a statement which determines whether other statements will be executed.
  • The examples of such statements are If, If-else, Switch-Case, while-do statements.
Similar questions