#include int main() { float temp; printf("What is the temperature outside?"); scanf("%f",&temp); if(temp < 65) printf("My but it's a bit chilly out!\n"); return(0); }