Computer Science, asked by pranavupadhaya, 11 months ago

1. What are conditional statements?​

Answers

Answered by rajathstudious
4

Answer:

see the explanation

Explanation:

A conditional statement, symbolized by p q, is an if-then statement in which p is a hypothesis and q is a conclusion. The logical connector in a conditional statement is denoted by the symbol . The conditional is defined to be true unless a true hypothesis leads to a false conclusion.

Answered by lakhanifalak46
2

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. Apart from the case of branch predication, this is always achieved by selectively altering the control flow based on some condition.

Similar questions