Harsh Raj
Harsh Raj
### Description Write a R program to print diamond pattern ``` Input : 5 Output : * *** ***** ******* ********* ******* ***** *** * ``` How to contribute -...
### Description Write a C# program to print diamond pattern ``` Input : 5 Output : * *** ***** ******* ********* ******* ***** *** * ``` How to contribute -...
### Description Write a Dart program to print diamond pattern ``` Input : 5 Output : * *** ***** ******* ********* ******* ***** *** * ``` How to contribute -...
### Description Write a TypeScript program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Swift program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Scala program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Rust program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Ruby program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a R program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...
### Description Write a Python program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...