In computer science, conditional statements, conditional expressions and conditional constructsare features of a programming language which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.
Chat with our AI personalities
A conditional statement is much like the transitive property in geometry, meaning if: P>Q and ~N>P then you can conclude: if ~N>Q
A conditional statement uses the words if... Then
Another name for that is the conditional statement.
Hypothesis followed by a conclusion is called an If-then statement or a conditional statement.
A conditional Statement.