Write a program that continually asks for a temperature as an input (in lieu of a temperature sensor).
If the temperature is above 25, print 'put the AC on'
If below 12 print 'put the heater on'.
Construct a pseudocode answer by drag&dropping and reordering lines from the left to the right.