

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the structure of an if statement? |
A. | if (conditional expression is true) thenexecute this codeend if |
B. | if (conditional expression is true)execute this codeend if |
C. | if (conditional expression is true) {then execute this code>->} |
D. | if (conditional expression is true) then {execute this code} |
Answer» D. if (conditional expression is true) then {execute this code} | |