Convert temperature from
centigrade to Fahrenheit.
Description:
To convert Centigrade to
Fahrenheit, multiply by 1.8 and add 32 degrees.
Algorithm:
Step 1 : start
Setp 2 : read temperature in centrigrade
Step 3 : caluculate Fahrenheit = 32 + (centigrade * (1.8));
Step 4 : display centigrade and Fahrenheit
Step 5 : stop
Program
No comments:
Post a Comment