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

1. The following two expressions evaluate to the same thing:
2. The following pair of C++ statements will cause 3.5 to be output.
3. The following statement sets sum1, sum2, and sum3 all to zero.
4. If the value of dollars is 5.0, the following statement will output 5.00 to the monitor:
5. The following statement sets the value of total to -3. total -= 3;


1. TRUE
2. FALSE
3. TRUE
4. FALSE
5. FALSE

Computer Science & Information Technology

You might also like to view...

The Windows feature _____ makes it easy to connect devices without manually installing device drivers.

A. Plug and Run B. Plug and Play C. Plug-In D. Plug and Install

Computer Science & Information Technology

The AVERAGE function can be used to calculate the student class average or a quiz or exam

Indicate whether the statement is true or false

Computer Science & Information Technology

What are the advantages and disadvantages of using raw data acquisition format?

What will be an ideal response?

Computer Science & Information Technology

A(n) ____ is a type whose implementation is hidden and accessed through its public methods.

A. constructor B. abstract data type C. method body D. reserved type

Computer Science & Information Technology