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

Algorithm:

Step 1:  Start

Step 2: Input length(l), Breadth(b), Height(h)

Step 3: T = 2 * ( l * b + b * h + h * l)

Step 4: Print Total Surface Area of Cylinder is : T

Step 5: Stop/End

Flowchart:

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

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

Previous Post

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

Next Post

17. Write a program to display total surface area of cuboid / box.(Java, Python, JavaScript, QBasic, C, Go, c++, C#, R)

Related Posts