Help for this page
Select Code to Download
Select
or
download this
int temp_val; temp_val = 100; ... if(temp_val < 50) temp_val = 100; }