1.3a — A first look at cout, cin, endl, the std namespace, and using statements « Learn C++
This prints: Hi! My name is Alex. std::cin std::cin is the opposite of std::cout -- whereas std::cout prints data to the console using the output operator (). Now that you have a basic ......