Harsh Raj
Harsh Raj
### Description Write a PHP program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a PHP program to print diamond pattern ``` Input : 5 Output : * *** ***** ******* ********* ******* ***** *** * ``` How to contribute -...
### Description Write a Perl program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Kotlin program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Julia program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a JavaScript program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Haskell program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a GO program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a F# program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Dart program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...