-
### Description
Write a Python program to find sum of ap series
An arithmetic progression (AP) is a sequence of numbers such that the difference of any two consecutive terms is a constant. The n…
-
Sir, I'm a newbie to Github. Can you please elaborate what you mean by adding issue id to the PR.
-
### Description
Write a JavaScript program to find surface area of a cylinder
Surface area of cylinder = 2 × π × `Radius` × ( `Radius` + `Height` )
```
Radius : 2
Height : 3
Surface are…
-
### Description
Write a Ruby program to find volume of a cube
Volume of cube = `Side`^3
```
Side : 2
Volume : 8
```
How to contribute
- Save the solution in `program/FindVolumeOfACube.rb` …
-
### Name
hades
-
### Name
Haris Khan
-
### Description
Write a Swift program to convert feet to inches
1 foot = 12 inches
```
Input : 5
Output : 60
```
How to contribute
- Save the solution in `ConvertFeetToInches.swift` file
- …
-
### Description
Write a C program to find average of digits of a number by recursion
Average of digits of a number is the sum of digits of the number divided by the number of digits in the number. F…
-
### Name
James
-
### Name
Ryosuke Yamada