Find fahrenheit.
Formula:
fahrenheit=(9/5)*(celcius+32)
ALGORITHM
1. Read the celcius of the fahrenheit.
2. Calculate fahreheit equals to nine divided by five, multiplied by celcius added thirty two.
3. Display fahrenheit.
PSEUDOCODE
1. Get celcius.
2. Set fahrenheit=(9/5)*(celcius+32).
3. Print fahrenheit.
2. Set fahrenheit=(9/5)*(celcius+32).
3. Print fahrenheit.
0 comments:
Post a Comment