Basic C# Console

C# Program to Calculate the Volume and Surface Area of Sphere

This is a Java Program to Find the Volume and Surface Area of Sphere.

Formulas:

Sphere Volume = 4/3 * π * r3

Sphere Surface Area = 4 * π * r2

 

Here is the source code of the C# Program to Find the Volume and Surface Area of Sphere. The C# program is successfully compiled and run on a Windows system.

The program output is also shown below.

Source Code:

Output:

1 Comment

Leave a Comment

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