The "Geometry Calculator" project is a console-based application designed to calculate the properties of various geometric shapes. This calculator offers a terminal interface for computing key properties such as area, perimeter, volume, and more for different shapes. The project is released under the MIT License.
-
Before running the project, make sure you have the .NET Core SDK 7.0 installed.
-
Clone the repository to your computer (it must be in home directory):
git clone https://github.com/sentemon/GeometryCalculator.git
-
Navigate to the project directory:
cd GeometryCalculator
-
Run the project:
dotnet run
- Author: Ivan Sentemon
- GitHub Repository: GeometryCalculator
Feel free to contribute or report issues!