Help for this page

Select Code to Download


  1. or download this
    print(qq(enter marks in maths), \n);
    $math=<STDIN>;
    print(qq(enter marks in science),\n);
    ...
    $per=($sum/400);
    $percentage=($per*100);
    print(qq(your percentage is=), $percentage);
    
  2. or download this
    <enter marks in mathsSCALAR<0X124DA44>>