Computer Science, asked by Anonymous, 7 months ago

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​

Answers

Answered by prajeevan
0

Explanation:

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: Option B

Similar questions