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

Algorithm:

Step 1: Start

Step 2: Input Radius (R)

Step 3: A = 3.14 * R ^ 2 

Step 4: Print “ Area of Circle “ A

Step 5: Stop/End

Flowchart:

Create a flowchart to display the area of the circle.
Create a flowchart to display the area of the circle.
Total
0
Shares
Leave a Reply

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

Previous Post

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

Next Post

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

Related Posts