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

score = 100; // Sets score to 100

}

if (yourAnswer != 3)

{

cout << badAnswer1;

delay(3000);

score = 0;

walkAway();

}

}

void answer2()

{

clrscr();

cout << question2;

cout << "1. $.75 \n";

cout << " 4. $1.00\n";

cout << numberOfAnswer2;

cin >> yourAnswer;

if (yourAnswer == 1)

{

cout << goodAnswer2;

delay(3000);

correctAnswers++;

score = 200;

}

if (yourAnswer != 1)

{

cout << badAnswer2;

delay(3000);

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