Computer Science, asked by rsmallan4334, 8 months ago

3.Statement that allow you to give conditions are called__________.

Answers

Answered by Ҡαηнα
0

Explanation:

Open main menu

Search

Conditional (computer programming)

Language

Download PDF

Watch

Edit

For Wikipedia's conditional parser functions, see Help:Conditional expressions

In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false. Apart from the case of branch predication, this is always achieved by selectively altering the control flow based on some condition.

If-Then-Else flow diagram

A nested "If–Then–Else" flow diagram

In imperative programming languages, the term "conditional statement" is usually used, whereas in functional programming, the terms "conditional expression" or "conditional construct" are preferred, because these terms all have distinct meanings.

Although dynamic dispatch is not usually classified as a conditional construct, it is another way to select between alternatives at runtime.

If–then(–else)

Case and switch statements

Pattern matching

Hash-based conditionals

Predication

Choice system cross reference

See also

References

External links

Last edited 9 days ago by JJMC89 bot III

RELATED ARTICLES

Lambda calculus

Formal system in mathematical logic

?:

conditional operator

Short-circuit evaluation

type of semantics in some programming languages

Content is available under CC BY-SA 3.0 unless otherwise noted.

Privacy policyTerms of UseDesktop

Answered by aditithakur9
7

Answer:

Statement that allow you to give conditions are called conditional statements .

hope it helps you dear ......

if so then plz mark me brainlist.....

have a great day dear.....

regards....

Similar questions