Short Answer
On some compilers,the statements cin >> left; and cin >> right; might not work.In this case,you can use the statement ____________________ in place of cin >> left;.
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
Q2: The following statements will result in input
Q15: If input failure occurs in a C++
Q20: C++ has a special name for the
Q21: When reading data into a char variable,
Q24: In an output statement, each occurrence of
Q28: Manipulators without parameters are part of the
Q32: Suppose that alpha is an int variable
Q34: The stream function _ lets you put
Q36: Suppose that x is an int variable,y
Q41: Suppose that ch1 and ch2 are char