You are on page 1of 1

tf = input('Enter Temperature In Fahrenheit ')

tc = (5/9)*tf

fprintf('The Temprature In Celcius Is %f \n',tc)

You might also like