Computer Science, asked by amanpreetkaur0960, 5 months ago

Which of the following are conditional control statements? ​

Answers

Answered by sonuchauhan8810
24

Answer:

helo guys its your naswer

Explanation:

If you put some condition for a block of statements the flow. ... Following program illustrates the use of if construct in 'C' ...

Answered by bestwriters
0

Conditional control statements:

EXPLANATION:

  • Here is the list of conditional statements in a programming language:
  1. Switch statement
  2. If statement
  3. If-Else If ladder
  4. If-Else statement
  5. Nested If-else statement
  • Conditional statements help you decide based on the boolean data type to derive the statement as true or false.
  • Conditional statements perform different actions based on the coding language.
  • A conditional statement has two parts, namely Hypothesis (if) and conclusion (then).
Similar questions