Kizspy Question: 35
(Choose 1 answer)
A/an_
is a program in a procedural language that is a set of statements. The statements are normally executed one
after another. However, sometimes it is nesserary to change this sequential order.
This figure illustrates for this statement.
A. Compound statement
B. Assignment statement
C. Control statement
D. None of others
[false]
[true]
Statement 2
FJOVERFLOW.COM
if (condition)
statement1
else
statement2;
Code
Statement 1