113k views
3 votes
The common programming structure that implements "conditional statements" is called an

User Xiaona
by
4.5k points

1 Answer

6 votes

Answer:

Boolean Expression: in programming, an expression that evaluates to True or False. Conditionals: Statements that only run under certain conditions. If-Statement: The common programming structure that implements "conditional statements".

User Sima
by
3.8k points