Q29
Which of the following statements allows the user to enter data at the keyboard?
A.
cin << currentPay;
B.
cin >> currentPay;
AnswerC.
cout << currentPay;
D.
cout >> currentPay;
E.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board