Help for this page

Select Code to Download


  1. or download this
    my @answers = ();
    open(my $file, "quiz4.txt");
    ...
            push(@answers, $answer);
        }
    }
    
  2. or download this
    for ($i=0; $i<=9; $i++)
    
    ...
        }
    }