Skip to content

shesophast/Circleproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Circle Geometry Calculator

Description

This program calculates the diameter, circumference, and area of a circle based on the radius provided by the user. It uses basic mathematical formulas and prints the results to the console.

Features

  • Calculates the diameter of a circle.
  • Calculates the circumference of a circle.
  • Calculates the area of a circle.

Description

  • Diameter = 2 × radius
  • Circumference = 2 × π × radius
  • Area = π × radius²

Requirements

C compiler (e.g., GCC) Basic understanding of C programming

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages