38. Write a program to display total surface area and volume of hemisphere.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Algorithm:

Step 1: Start

Step 2: input Radius. ( R )

Step 3: A = 3 * 3.14 * R ^ 2

Step 4: V = ( 2 / 3 ) * 3.14 * R ^ 3

Step 5: Print “ Total Surface Area OF Hemisphere “ A

Step 6: Print “ Volume of Hemisphere “ V

Step 7: Stop/End

Flowchart:

Create a flowchart to display total surface area and volume of hemisphere.
Create a flowchart to display total surface area and volume of hemisphere.
Total
0
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

37.Write a program to ask value in meter and convert into inch.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Next Post

39. Write a program to display area and perimeter of square.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Related Posts