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

1) Unary operators associate from right to left.
2) If an increment or decrement operator is placed before a variable, it is
referred to as the prefix increment or prefix decrement operator, respectively. If an increment or decrement operator is placed after a variable, it is referred to as the postfix increment or postfix decrement operator, respectively.
3) When instance variables of the simple types are declared in a class, they're
automatically assigned default values unless specified otherwise by the programmer.
Variables of type bool and String are given null by default; everything else is assigned 0.
4) You can create your own simple types.

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

Computer Science & Information Technology

You might also like to view...

When you click Summary Options in the Report Wizard, what types of data fields will you see listed? What does it mean if the Summary Options button is not available in the Report Wizard step?

What will be an ideal response?

Computer Science & Information Technology

The result of a formula is displayed in the active cell, and the ________ is displayed in the Formula Bar

A) underlying value B) underlying formula C) displayed value D) cell address

Computer Science & Information Technology