Multiple Choice
The statement cout << setw(4) << num4 << " ";
A) outputs the value of num4 rounded to 4 decimal places.
B) outputs "setw(4) " before the value in the variable num4.
C) outputs the first 4 digits of the number stored in num4.
D) outputs the value stored in num4 four times.
E) does none of above.
Correct Answer:

Verified
Correct Answer:
Verified
Q29: The following two expressions evaluate to the
Q30: When an arithmetic expression contains two or
Q31: When converting some algebraic expressions to C++,
Q32: The only difference between C-strings and string
Q33: Which of the following statements about named
Q35: The following 4 lines of C++ code,
Q36: The following statement sets sum1, sum2, and
Q37: In any program that uses the cin
Q38: Operator associativity is either left to right
Q39: Which of the following statements doubles the