the ___ is the most basic type of control statement
Answers
Answered by
2
The if-then is the most basic type of control statement...
Answered by
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
Accountancy,
26 days ago