Harsh Raj

Results 172 issues of Harsh Raj

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

good first issue
R

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

good first issue
C#

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

good first issue
Dart

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

good first issue
TypeScript

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

good first issue
Swift

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

good first issue
Scala

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

good first issue
Rust

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

good first issue
Ruby

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

good first issue
R

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

good first issue
Python