✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яким буде результат, за умови, що користувач введе під час виконання коду рядок "Hello world!"
string test;
cout << "Input text" << endl;
cin >> test;
cout << test;