Computer Science, asked by sowmyalakshmi2006, 1 month ago

Write an algorithm to calculate area and perimeter of a cylinder, and represent it using both
and flowchart.​

Answers

Answered by shrishti2203
0

Answer:

STEP 1: Take radius as input from the user using std input. STEP 2: Calculate the area of circle using, area = (3.14)*r*r STEP 3: Print the area to the screen using the std output.

please Mark my ans as Brainlist

Similar questions