tempinc = int (input()) tempinf1 = (tempinc * 1.8) int (tempinf1) tempinf = (tempinf1 + 32) tempinf2 = str (tempinf) print ('The temp in farenheit is ' + tempinf2)