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

1. The operand of the increment operator may be either a declared constant or a variable.
2. The math function tan will compute tangent when the angle is given in radians.
3. In a case sensitive language, such as C++, the variables apples and APPLES refer to
different storage locations.
4. An expression involving operators can appear after the output operator << in a cout
statement.
5. The precision of a floating point number is determined by the number of bits used to
represent the exponent.

1. false
2. true
3. true
4. true
5. true

Computer Science & Information Technology

You might also like to view...

________ is the branch of science concerned with making computers behave like humans

Fill in the blank(s) with correct word

Computer Science & Information Technology

To change the attributes that display in the Properties dialog box of a file, the file must be ________

Fill in the blank(s) with correct word

Computer Science & Information Technology