25. Write a program to display total surface area 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: Print “ Total Surface Area of Hemisphere ” A

Step 5: Stop/End

Flowchart:

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

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

Previous Post

24. Write a program to ask n number and print the sum square of first n natural numbers.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Next Post

26. Write a program to display area of circle.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Related Posts