1.

Which of the following statements allows the user to enter data at the keyboard?

A. cin << currentPay;
B. cin >> currentPay;
C. cout << currentPay;
D. cout >> currentPay;
E. None of the above
Answer» C. cout << currentPay;


Discussion

No Comment Found

Related MCQs