Help for this page

Select Code to Download


  1. or download this
    @students = (
        {
    ...
            'final'=> 90
        }
    );
    
  2. or download this
    @students = (
        {
    ...
            'quiz' => [ 81, 93, 90 ]
        }
    );