Home /
Expert Answers /
Computer Science /
write-a-c-sharp-program-that-takes-the-radius-of-a-sphere-as-input-and-calculate-and-display-the-s-pa404
(Solved): Write a C# Sharp program that takes the radius of a sphere as input and calculate and display the s ...
Write a C# Sharp program that takes the radius of a sphere as input and calculate and display the surface and volume of the sphere. Hint : Volume = 4/3*T*r where r is the radius of the sphere, Area = 4*T*r² You can use the data given below: Radius: 2 Expected Output: 50.26548 33.51032