Example 2:
find the area of celcius
celcius = (5/9) * ( fahrenheit-32)
Algorithm
1.get the fahrenheit of celcius
2.calculate celcius equal to 5 devide by multiply by fahrenheit minus 32
3.display the area of celcius
Pseudocode:
1.read fahrenheit
2.set the celcius = (5/9) * ( fahrenheit - 32 )
3.print output
0 comments:
Post a Comment
thanks for comment..