Chapter 3 Quiz Starting Out With C++ 003

3) How do you read in a value from the keyboard and assign it to variable number?

a. cin >> number;
b. cin << number;
c. cin > number;
d. cin < number;

No comments:

Post a Comment