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

1) The continue statement is used to undo the effects of the break statement.
2) The second operand of an && operator will not be evaluated if the first
operand evaluates to true.
3) The && operator has higher precedence than the || operator.
4) Short-circuit evaluation is a performance feature related to the evaluation
of conditional AND and conditional OR expressions.

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

Computer Science & Information Technology

You might also like to view...

Which item in the figure above would you use to select an object by color?

A. 1 B. 2 C. 5 D. 7

Computer Science & Information Technology

Wireless access points can act as ______________ and Internet routers.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology