Solved

The Statement Cout << Setw(4) << Num4 << " ";

Question 34

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions