Answer the following statements true (T) or false (F)

1) The conditional operator is of the highest precedence.
2) The C# compiler always associates an else with the previous if, unless
braces indicate otherwise.
3) A set of statements contained in a pair of braces can be placed anywhere
in a program at which a single statement can be placed.
4) The best way to use braces is to go back and insert them after all the code
has been written.

1) F
2) T
3) T
4) F

Computer Science & Information Technology

You might also like to view...

A PowerPoint template contains the complete blueprint for slides pertaining to a specific kind of presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

The PictureBox control is used to display:

a) text and images b) only images c) only text d) colors

Computer Science & Information Technology