Harsh Raj

Results 172 issues of Harsh Raj

### Description Write a PHP program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
PHP

### Description Write a PHP program to print diamond pattern ``` Input : 5 Output : * *** ***** ******* ********* ******* ***** *** * ``` How to contribute -...

good first issue
PHP

### Description Write a Perl program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
Perl

### Description Write a Kotlin program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
Kotlin

### Description Write a Julia program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
Julia

### Description Write a JavaScript program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
JavaScript

### Description Write a Haskell program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
Haskell

### Description Write a GO program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
GO

### Description Write a F# program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
F#

### Description Write a Dart program to find surface area of a cone Surface area of cone = π × `Radius` × (`Radius` + `Slant Height`) ``` Radius : 2...

good first issue
Dart