Preview:
#include "iostream"
#include "string"
#define Answer "Да"

using namespace std;
 
int main()
{
    
    string Question;
  
    cout << "Выполнили ли Вы задание, которое задал вчера?\n";
    string variant;
  
    while(getline(cin, variant), variant != Answer)
    {
        cout << "Введите ответ:    " << endl;
    }
    cout << "Задача выполнена!!!";

}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter