codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

[Program]: Find surface area of a cone #3455

Open harshraj8843 opened 2 years ago

harshraj8843 commented 2 years ago

Description

Write a program to find surface area of a cone

Surface area of cone = π × Radius × (Radius + Slant Height)

Radius       : 2
Slant Height : 3

Surface area : 31.4

Tracking Issues

tanishq-singh-2407 commented 2 years ago

!assign

harshraj8843 commented 2 years ago

Hey @tanishq-singh-2301, !assign command is only for good first issue !!!

Please choose another issue.

Thanks for your interest in contributing to this project.