Problem
Write pseudocode for a program that calculates the surface area of a cylinder.
Think of a soda can and how much wrapping paper it would take to cover it including the top and the bottom.
For this one Im not going to give you the formula but instead you should look it up on the internet. Make sure this program would work for any sized cylinder (this means it should get input from the user).
The program should display the area of the cylinder the user entered information for on the screen.