Are you sure you're getting this? Is this statement true or false?
C++ reads the user inputs and stores them straight into the variables userName
and userAge
using cin >> userName
and cin >> userAge
respectively.
Press true if you believe the statement is correct, or false otherwise.