std::cout << "Enter two numbers:" << std::endl;
std::cin >> v1 >> v2;




Well, I don't understand how does the ">>" or "<<" works in example metion aboved. Can anyone...