Embed presentation
Download to read offline

This C++ program calculates the area of a circle. It prompts the user to enter the radius, then multiplies it by itself and 3.1425 to calculate the area. Finally, it displays the calculated area to the user.
