Help for this page

Select Code to Download


  1. or download this
    $a[1]{total} = 10;
    $a[2]{total} = 50;
    $a[3]{total} = 40;
    $a[4]{total} = 30;
    $a[5]{total} = 20;
    
  2. or download this
    $b[1] == 2; #$a[2]{total} = 50
    $b[2] == 3; #$a[3]{total} = 40
    $b[3] == 4; #$a[4]{total} = 30
    $b[4] == 5; #$a[5]{total} = 20
    $b[5] == 1; #$a[1]{total} = 10