answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

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

Definition of conditional statement in geometry?

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


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

The conjunction of a conditional statement and its converse is known as a biconditional statement. It states that the original statement and its converse are both true.


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 the converse of the conditional statement if I am in Mississippi then I am in the south?

The converse of this conditional statement would be: if I am in the south, then I am in Mississippi. It essentially swaps the hypothesis and conclusion of the original conditional statement.


What is an if-then form statement?

conditional statement


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 a statement that is always true forwards and backwards?

A bi-conditional statement can be true or false. If it is true, then both forward and backward statements are true. See Bi-conditional StatementIn English grammarThe statement, Love you! could be true too if said/written backward as You love!