Short Answer
On some compilers,the statements cin >> fixed; and cin >> scientific; might not work.In this case,you can use the statement ____________________ in place of cin >> fixed;.
Correct Answer:

Verified
cin.setf(i...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
cin.setf(i...
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Related Questions
Q4: The function _ returns the next character
Q11: The extraction operator >> skips only all
Q12: Suppose that x is an int variable,y
Q13: To use a parameterized stream manipulator in
Q13: Suppose that ch1 and ch2 are char
Q17: In C++, the dot is an operator
Q18: The manipulator _ is used to output
Q19: Suppose that x = 55.68,y = 476.859,and
Q20: Suppose that x and y are int
Q33: Suppose that x and y are int