Basic C# Console

Area and Perimeter of Circle in C# Console Application

Write a C# Console Application program that takes the radius of a circle as input and calculate the perimeter and area of the circle.

Code: 

Alternative: Writing with Tuple Syntax

 

When you run the program, the output will be:

circle-area-perimeter

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.