223k views
4 votes
Explain the Decision making statement​

User YashC
by
3.8k points

1 Answer

6 votes

Answer:

Decision making structures require that the programmer specify one or more conditions to be evaluated or tested by the program, along with a statement or statements to be executed if the condition is determined to be true, and optionally, other statements to be executed if the condition is determined to be false.

User Marcoow
by
4.2k points