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

1. The following two statements both assign the value 5 to the variable dept.
2. The following two statements will assign the same value to result.
3. The following pair of C++ statements is legal.
4. The following C++ statement will assign 1.5 to the result variable. int result = 3.0 / 2.0;
5. In C++, the 5 basic arithmetic operators are

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

Computer Science & Information Technology

You might also like to view...

These objects are examples of ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A ______ can be used to store global information about a linked list.

a) head record b) tail reference c) precede reference d) dummy head node

Computer Science & Information Technology