codinasion icon indicating copy to clipboard operation
codinasion copied to clipboard

Write a JavaScript program to find surface area of a cone

Open harshraj8843 opened this issue 2 years ago • 1 comments

Description

Write a JavaScript 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
How to contribute
  • Save the solution in program/FindSurfaceAreaOfACone.js file
  • Add FindSurfaceAreaOfACone.js file in find-surface-area-of-a-cone folder

harshraj8843 avatar Oct 16 '22 08:10 harshraj8843

!assign

tanishq-singh-2407 avatar Oct 23 '22 00:10 tanishq-singh-2407