answersLogoWhite

0


Best Answer

A simple example of a conditional statement is:

If a function is differentiable, then it is continuous.

An example of a converse is:

Original Statement: If a number is even, then it is divisible by 2.

Converse Statement: If a number is divisible by 2, then it is even.

Keep in mind though, that the converse of a statement is not always true! For example:

Original Statement: A triangle is a polygon.

Converse Statement: A polygon is a triangle.

(Clearly this last statement is not true, for example a square is a polygon, but it is certainly not a triangle!)

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

I will do the dishes if you clean the bathroom.

You can go with me if you do your homework first.

I will wash the car if it does not rain.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are some examples of a conditional statement?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Examples of Conditional statement?

if-then-else


Ladderized if or else conditional statement?

what are the examples of laderrized if statements?


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.


What are the kinds of conditional statement in foxpro with syntax?

The conditional statement in foxpro is DID YOU GET IT


What is a conditional BRANCH statement?

Not "conditional BRANCH statement" but "conditional branch statement". In computer code it means some branch (jump) instruction who's destination location depends on the result of some test before jumping. conditional jump: IF a=something THEN GO TO (jump, branch) some location unconditional jump: GO TO location (just do the jump)


What type of statement uses if a then b?

Hypothesis followed by a conclusion is called an If-then statement or a conditional statement.


What is a conjunction of a conditional statement and its converse?

A biconditional is the conjunction of a conditional statement and its converse.


What is the conjunction of a conditional statement and its converse?

A biconditional is the conjunction of a conditional statement and its converse.


Conditional statement inside a conditional loop?

int i = 100; while(i > 0) { // Conditional loop --i; if((i % 2) == 0) { // Conditional statement inside a conditional loop System.out.println(i + " is even."); } }


What is an if-then form statement?

conditional statement


The IF part of a conditional statement?

It is the declaration that a boolean expression is about to be performed.