$age = 8;if ($age > 17) { print "> 17";}if ($age >= 65) { print ">= 65";}$kelvin_temp = 0;if ($kelvin_temp < 20.3) { print "< 20.3";} ?>