76.7k views
1 vote

What is    the meaning  of Conditional Statements ?



2 Answers

2 votes
A control statement is a statement that determines whether other statements will be executed.
User FlySwat
by
8.1k points
5 votes
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.
User Douarbou
by
8.3k points