Answer the following statements true (T) or false (F)
1) The sequence structure is built into C#. Unless directed otherwise, the
computer executes C# statements one after the other in the order in which they are
written.
2) The body of an if statement executes only if the condition is evaluated as
true.
3) A selection statement chooses among alternative courses of action.
4) The first operand of the ternary operator is the condition.
1) T
2) T
3) T
4) T
Computer Science & Information Technology
You might also like to view...
Press the Alt key and the ________ key at the same time to capture an image of the active dialog box or window
A) Ctrl B) Enter C) Shift D) PrtScrn
Computer Science & Information Technology
The ____ statement can be used in any situation where repetition is required.
A. for B. while C. forAllInOrder D. forAllTogether
Computer Science & Information Technology