86.4k views
10 votes
What is a conditional Statement that causes the program to change its course​

1 Answer

9 votes

Answer:

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.

Step-by-step explanation:

User Kiss
by
7.8k points