CLS
INPUT"ENTER TEMPERATURE IN CELCIUS";C
PRINT"Temperature in fahrenheit=";CONVERT(C)
END
FUNCTION CONVERT(C)
F=9*C/5+32
F=9*C/5+32
CONVERT=C
END FUNCTION
13 Years of ExperiencE It is also said that school is the next home of every child. "Failing and learning," Teachers are like...
No comments:
Post a Comment