Answer (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
Statement 2
[true]
Statement 1
B. Control statement
C. None of others
D. Assignment statement
[false)
if (condition)statement1
else
statement2;
Code
E14