Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

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

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

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment