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...
What is most commonly used for the goal of nonrepudiation in cryptography?
A. block cipher B. digital certificate C. PKI D. digital signature
Computer Science & Information Technology
SmartArt diagrams contain multiple objects that are grouped as one object which is then treated as a whole.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology