Computer Science, asked by Anonymous, 11 months ago

explain control flow statements....... :))​

Answers

Answered by Anonymous
14

Ram Ram guru ji ❤️

Control Flow statements :

In Java there are three types of control flow statements:

Decision making statements: if, if else, nested if else.

Looping statements: while, for, do-while.

Branching statements: return, break, continue.

____________________________

These are the conditional statements that work on True / false .

Hope it helps ❣️

Answered by Anonymous
90

Answer:

\huge \underline{ \rm \red{hello}}.

the Control flow statement is the type of statement that determines whether other statements will be executed.

it specifies to enable the program control of flow .

Similar questions