Курсовая работа: Інтерактивна система навчання для вивчення англійської мови

cout << people04 << ",\n" << question04 << "\n";

cout << "1. Nancy Sinatra 2. Nancy Cartwright\n";

cout << "3. Nancy Drew 4. Nancy Reagan\n";

delay(2000);

cout << "\n\n" << people04 << ": " << "I love that show! It's Nancy Cartwright. 100% sure.\n";

cout << numberOfAnswer2;

cin >> yourAnswer;

if (yourAnswer == 2)

{

cout << goodAnswer04;

delay(3000);

correctAnswers++;

score = 500000;

}

if (yourAnswer != 4)

{

cout << badAnswer04;

delay(3000);

score = 32000;

walkAway();

return 0;

}

if (yourAnswer == 7)

{

score = 32000;

walkAway();

return 0;

}

if (yourAnswer < 1 || yourAnswer > 7)

К-во Просмотров: 753
Бесплатно скачать Курсовая работа: Інтерактивна система навчання для вивчення англійської мови