answersLogoWhite

0


Best Answer

A conditional statement uses the words if... Then

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

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 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.


What is the statement that is found by switching the hypothesis and conclusion of a conditional statement?

the .... of a conditional statement is found by switching the hypothesis and conclusion .


What is the most common word that signals a conditional statement?

A conditional statement is used to show the cause for a reaction. This is an if then type of statement. The most common word that is used to signal a conditional statement is the word if.


What term best describes a mathematical statement of the form if A then B?

A mathematical statement of the form if A then B would be a conditional statement.


What is a statement in if-then form called?

A conditional Statement.