Explain conditional control statements.
Answers
Answered by
4
heya......
answer is
========
Conditional control allows you to control the program's flow of the execution based on a condition.
========
hope it helps ^_^
answer is
========
Conditional control allows you to control the program's flow of the execution based on a condition.
========
hope it helps ^_^
Answered by
1
Explanation:
In computers, a "conditional control statement" is a feature of a "programming language", which performs various actions depending on whether a program specified condition evaluates to "true or false".
The Conditional control statements control the execution flow of the program depending on a condition. The instructions in the program are not necessarily performed in a sequence rather one or other groups of instructions are performed based on the evaluation of a condition.
Similar questions