function run()
{
    $task = 'Answer "yes" if the number is even, otherwise answer "no".';
    $questionsAnswers = [];
    for ($i = 0; $i < NUM_OF_ROUNDS; $i++) {