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

void answer02()

{

clrscr();

cout << question02;

cout << "1. Brown \n";

cout << "3. White \n";

cout << numberOfAnswer2;

cin >> yourAnswer;

if (yourAnswer == 1)

{

cout << goodAnswer02;

delay(3000);

correctAnswers++;

score = 125000;

}

if (yourAnswer != 1)

{

cout << badAnswer02;

delay(3000);

score = 32000;

walkAway();

}

}

void answer03()

{

clrscr();

cout << question03;

cout << " \n";

cout << "3. 1025 4. 1015\n";

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