5. Design an algorithm and flowchart to calculate the total surface
area of cylinder where h-5.83 and r=4.37 Hint: total surface
area of cylinder- 2nr (
rh)
10:04
Answers
Answer:
photosynthesis is the process by which plants prepare food with the helps of sunlight air water carbon dioxide and chlorophyll
Answer:
Two times of and radius multiplied by the addition of height and radius of the cylinder gives you the total surface area of cylinder.
the total surface area of the cylinder is 279.92
Explanation:
Algorithm to find the total surface area of cylinder :
Two times of and radius multiplied by the addition of height and radius of the cylinder gives you the total surface area of cylinder.
step 1 : Start
step 2: Read the integer input from the user for height, radius and area.
step 3: Calculate the total surface area of the cylinder using formula
step 4: print the statement the total surface are of a cylinder is
step 5: print the total surface area of cylinder.
step 6: Stop
this is the algorithm for the given code
step -to step explanation
in step 1: starts the programming
in step 2: reads the integer values given by the user.
in step 3: calculates the total surface area by using the formula.
in step 4: prints the statement " the total surface area of cylinder is "
in step 5: prints the integer value of the total surface area
in step 6: the program gets terminated.
solution: the compiler read the input values which are given by the user i.e,
the given radius of the cylinder r = 4.37
the given height of the cylinder h = 5.83
now, prints the statement the total surface are of the cylinder is
after that it prints the area of the given cylinder i.e,
279.92
to learn more about Design an algorithm :
https://brainly.in/question/7020648
#SPJ2