

MCQOPTIONS
Saved Bookmarks
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; |
Answer» C. cout << currentPay; | |