Курсовая работа: Інтерактивна система навчання для вивчення англійської мови
clrscr();
cout << question8;
cout << " 2. Mark Twain\n";
cout << " 4. Edward Furlong\n";
cout << numberOfAnswer2;
cin >> yourAnswer;
if (yourAnswer == 2)
{
cout << goodAnswer8;
delay(3000);
correctAnswers++;
score = 8000;
}
if (yourAnswer != 2)
{
cout << badAnswer8;
delay(3000);
score = 1000;
walkAway();
}
}
void answer9()
{
clrscr();
cout << question9;
cout << "1. Black 2. Temple\n";
cout << " \n";
cout << numberOfAnswer2;
cin >> yourAnswer;