06-16-2009, 02:04 PM
|
#11 (permalink)
|
|
The Wanderer
Join Date: Jun 2009
Location: Dubai, UAE
Posts: 23
Thanks: 2
|
what's you think about my code :p
if (current_temperature() > 40){
think_of_the_poor_people_in_england();
}elseif(current_temperature() > 25){
think_its_time_to_fun();
}else{
turn_heater_on();
}
|
|
|