string str; // Se imprime cout << "como te llamas"; // se captura cin >> str; cout << "Hola mundo nos dice " << str << endl;