answersLogoWhite

0

A conditional statement is indeed a statement that can be put in the form "if A, then B". The only time this conditional statement is false is when both A is true and also B is false.

Read more: http://wiki.answers.com/What_is_a_conditional_statement#ixzz1lda5tB6E

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

When you change the truth value of a given conditional statement?

by switching the truth values of the hypothesis and conclusion, it is called the contrapositive of the original statement. The contrapositive of a true conditional statement will also be true, while the contrapositive of a false conditional statement will also be false.


is this statement true or falseA biconditional statement combines a conditional statement with its contrapositive.?

false


A biconditional statement combines a conditional statement with its contrapositive. T or F?

False


What is a conditional statement that is false?

"If swallows can fly then I am a monkey's uncle"


Do you know if the reverse of a conditional statement is always true?

false


Does conditional statement consists of counter example?

A conditional statement typically has the form "If P, then Q." A counterexample is a specific instance where P is true but Q is false, thereby disproving the conditional statement. Therefore, while a conditional statement does not inherently consist of counterexamples, a counterexample serves to challenge or refute the validity of a given conditional statement.


The IF part of a conditional statement?

The IF part of a conditional statement sets the condition or criteria that needs to be met for the subsequent action to occur. It is the part that is evaluated as either true or false, determining the flow of the statement.


How does biconditional statement different from a conditional statement?

a condtional statement may be true or false but only in one direction a biconditional statement is true in both directions


What can a conditional statement have?

A conditional statement uses the words if... Then


Also known as the if then statement?

Another name for that is the conditional statement.


Is a contrapositive statement true?

If a conditional statement is true, then so is its contrapositive. (And if its contrapositive is not true, then the statement is not true).


What is the definition for a conditional statement?

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.