Computer Science, asked by TheKnowledge, 1 year ago

What is Conditional statement . ?

class 12th

Sub -CS ​

Answers

Answered by amangoyal23
0

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 Anonymous
3

Hello!!

Conditional statement simply means If-Then statement:

  • IF a condition is met, THEN an action is performed.

Conditional statements help to make a decision based on certain conditions

Thanks!!❤

Similar questions