Alglorithm
1)Get the beight of the rectangle
2)Get the beight of the rectangle
3)Calculate the area of rectangle with multhply width by height.
4)Display the area of rectangle
Pseudcode
1)Read width
2) heiRead height
3)Set the area = width + height
4)Print output
1) find the area of circle:
[ area : 3.14* radius # radius ]
2) fine celcius
[ celcius = ( 5/9 ) # ( fahrenhait - 32 ) ]
3) find fahrenhait
[fahrenhait = ( 9/5 ) # ( {celcius + 32 } )
Question 1
1) Get the radius of circle
2) Set the area of circle with 3.14 multiphy the area of circle.
3) display the area of circle.
1) Read radius
2) Set the area = 3.14 # radius # radius
3) Print output
No comments:
Post a Comment