Monday, September 30, 2019

Convert temperature in Celsius in farenheit using function

DECLARE FUNCTION CELSIUS(F)
CLS
INPUT"ENTER FARHRERHEIT";F
PRINT"FAREHRENHEIT IN CELSIUS";CELSIUS (F)
END

FUNCTION CELCIUS(F)
C=5*(9*(F-32))
CELCIUS=C
END FUNCTION

No comments:

Post a Comment

Experience of covid-19 and cancelling SEE exam

A dangers virus called corona also know as COVID-19 took place around the world. This virus was first found in Wuhan china.this virus start...