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