Write A Fortran Program To Read Radius And Calculate Area Of A Corresponding Circle And Volume Of The Coresponding Sphere

I am trying to write a program which asks for the radius of a sphere, and depending on if the user inputs if they want the volume or the surface area, then that's what the program will return. (Before anyone says anything about the program not being done, I know, I'm just trying to get the foundation to work before I add the formula for the.

  • Write a C program to find volume of a sphere.
  • Write a C program to find total surface area of a sphere.

A sphere is a three dimensional object such that all points on sphere are located at a distance R (radius of sphere) from a given point (center of sphere). A sphere is perfectly symmetrical and has no edges or vertices. Spheres are very common in everyday life, like soccer ball, ball bearings etc. Spheres are very common in nature, whenever an object wants to reduce it's surface area as much as possible without reducing volume, like water drops.

Autosketch skd converter mp4. Create and share industry standard drawings with DWG file compatibility. Getting Started Tutorials, a customizable work environment, and accessible content libraries helps to design with speed, flexibility and efficiency. A comprehensive set of CAD tools designed to create professional quality precision drawings. By4.4 Gb.3.7 Gb.6.9 Gb.7.9 Gb.Autodesk AutoSketch 10 for PC & Mac, Windows, OSX, and Linux.

Total Surface Area of Sphere
Surface area of sphere is the number of square units that will exactly cover the outer surface of sphere. There is only one curved surface in sphere, no edges and corners. A sphere is perfectly symmetrical from any direction. Total surface area of a sphere is measured in square units like cm2, m2 etc.
  • Total Surface Area of Sphere = 4ΠR2
Where, R is the radius of sphere.
The total surface area of sphere is four times the area of a circle of same radius.
Archimedes first derived this formula 2000 years ago.Volume of Sphere
The volume of sphere is defined as the amount of three dimensional space occupied by the sphere. Finding volume of a sphere help us to solve many real life problems like, how much water can be filled in a hollow spherical can. To calculate the volume of a sphere, we need radius of sphere. Volume of sphere is measured in cubic units like m3, cm3 etc.
  • Volume of Sphere = 4/3 x PI x R3
Where, R is the radius of sphere.

C Program to find total surface area of a sphere

To calculate the total surface area of sphere we need radius of sphere. Below program takes radius of sphere as input from user using scanf function and stores it in a floating point variable. Then it calculates the surface area of sphere using the formula given above. Finally, it prints the total surface area of sphere on screen using printf function.


Program Output

C Program to find volume of a sphere

To calculate the volume of sphere we need it's radius. Below program takes radius of sphere as input from user using scanf and stores it in a floating point variable 'radius'. Then it calculates the volume of sphere using the formula given above. Then, it prints the volume of sphere on screen using printf.

Download MAGIX Sound Forge Pro 12 Crack Download with a single click below. MAGIX Sound Forge Pro 12 Crack Free Download is widely used by millions of professionals around the world including musicians, DJs, music editors, studios in addition to many more other professionals. Forge After installing the full software, you will explore a large array of powerful editing features. Since you install MAGIX Sound Forge Pro 12 Full Crack you will not have to install any other external software. The program includes all the necessary tools to make music production as expected.


Program OutputProperties of Sphere
  • The distance of all points on the surface of sphere and center of sphere is same, which is equal to radius of sphere.
  • A sphere has the smallest surface area for a volume, than any other shape.
  • A tangent at any point on sphere is perpendicular to the line joining that point and center of sphere.
  • The sphere does not have a surface of centers.
Related Topics
C program to calculate volume and total surface area of cuboid
C program to calculate volume and total surface area of cone
C program to calculate volume and total surface area of cylinder
C program to calculate area of a square
C program to calculate area of a right angled triangle
C program to calculate area of an equilateral triangle
C program to remove vowels from a string
C Program to find frequency of characters in a string
List of all C Programs
  • Write a C program to find volume of a sphere.
  • Write a C program to find total surface area of a sphere.

A sphere is a three dimensional object such that all points on sphere are located at a distance R (radius of sphere) from a given point (center of sphere). A sphere is perfectly symmetrical and has no edges or vertices. Spheres are very common in everyday life, like soccer ball, ball bearings etc. Spheres are very common in nature, whenever an object wants to reduce it's surface area as much as possible without reducing volume, like water drops.

Total Surface Area of Sphere
Surface area of sphere is the number of square units that will exactly cover the outer surface of sphere. There is only one curved surface in sphere, no edges and corners. A sphere is perfectly symmetrical from any direction. Total surface area of a sphere is measured in square units like cm2, m2 etc.
  • Total Surface Area of Sphere = 4ΠR2
Where, R is the radius of sphere.
The total surface area of sphere is four times the area of a circle of same radius.
Archimedes first derived this formula 2000 years ago.Volume of Sphere
The volume of sphere is defined as the amount of three dimensional space occupied by the sphere. Finding volume of a sphere help us to solve many real life problems like, how much water can be filled in a hollow spherical can. To calculate the volume of a sphere, we need radius of sphere. Volume of sphere is measured in cubic units like m3, cm3 etc.
  • Volume of Sphere = 4/3 x PI x R3
Where, R is the radius of sphere.

C Program to find total surface area of a sphere

To calculate the total surface area of sphere we need radius of sphere. Below program takes radius of sphere as input from user using scanf function and stores it in a floating point variable. Then it calculates the surface area of sphere using the formula given above. Finally, it prints the total surface area of sphere on screen using printf function.


Program Output

C Program to find volume of a sphere

To calculate the volume of sphere we need it's radius. Below program takes radius of sphere as input from user using scanf and stores it in a floating point variable 'radius'. Then it calculates the volume of sphere using the formula given above. Then, it prints the volume of sphere on screen using printf.


Program OutputProperties of Sphere
  • The distance of all points on the surface of sphere and center of sphere is same, which is equal to radius of sphere.
  • A sphere has the smallest surface area for a volume, than any other shape.
  • A tangent at any point on sphere is perpendicular to the line joining that point and center of sphere.
  • The sphere does not have a surface of centers.
Related Topics
C program to calculate volume and total surface area of cuboid
C program to calculate volume and total surface area of cone
C program to calculate volume and total surface area of cylinder
C program to calculate area of a square
C program to calculate area of a right angled triangle
C program to calculate area of an equilateral triangle
C program to remove vowels from a string
C Program to find frequency of characters in a string
List of all C Programs