Help for this page

Select Code to Download


  1. or download this
    int temp_val;
    temp_val = 100;
    ...
        if(temp_val < 50)
            temp_val = 100;
      }