# Introduction In this lab, you will learn how to calculate the surface area of a cylinder using C programming. The lab covers the steps to read the radius and height of the cylinder from the user, and then compute the surface area using the formula 2*PI*r\*(r+h). The program will then print the calculated surface area. The lab provides a complete step-by-step guide, including the necessary C code, to help you understand the process of computing the surface area of a cylinder. By the end of this lab, you will have a solid understanding of how to perform geometry calculations using C programming.
Click the virtual machine below to start practicing