Computer Science, asked by ay0000, 1 month ago

the ___ is the most basic type of control statement​

Answers

Answered by shauryapsingh240307
2

\huge\pink{Answer:-}

The if-then is the most basic type of control statement...

Answered by vrutti1806
0

The most basic control flow statement supported by the Java programming language is the if-then statement. The switch statement allows for any number of possible execution paths. The do-while statement is similar to the while statement, but evaluates its expression at the bottom of the loop.

Similar questions