Computer Science, asked by jashanpreetsinghsran, 5 months ago

which of the following are conditional control statements ?

Answers

Answered by Anonymous
0

Answer:

In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.

Answered by Arfat333
4

Answer:

  • conditional control allows you to control the program flow of the execution based on a condition .
  • in programming terms, this means that the statement in the program are not executed sequentially. rather one group of statements or another is executed , depending on how the condition is evaluated

hope it's help

Similar questions