-
### Description
Write a programme to find volume of cylinder
Volume of cylinder = π * (radius)^2 * height
```
radius : 2
height : 3
volume : 37.69911
```
-
### Description
Write a programme to find volume of sphere
Volume of sphere = (4/3) * π * (radius)^3
```
Input : 1
Output : 4.18879
```
-
random-prime-number.c on Pull #1250 solves issue #1117
issue #1127 must reopen
_Originally posted by @SpirosArk in https://github.com/codinasion/codinasion-programme/issues/1252#issuecomment-1192…
-
### Title of programme
Write a C# programme for Linear Search.
### Additional information
```
Input : 10 20 80 30 60 50
Target : 30
Output : 3
```
### Code of Conduct
- [X] I have read and…
-
### Title of programme
Write a GO programme for Linear Search.
### Additional information
```
Input : 10 20 80 30 60 50
Target : 30
Output : 3
```
### Code of Conduct
- [X] I have read and…
-
### Description
Hi there!
After contributing to the project myself (#1226). I noticed that some of the programmes (for example `count-capital-letters`) have inconsistent file names.
Not a big…
-
### Title of article
Write a C# programme to divide two numbers.
### Additional information
```
Input : 4 2
Output : 2
```
```
Input : 2 4
Output : 0.5
```
### Code of Conduct
- [X] I …
-
### Description
### Description
Write a programme to check a valid email address
---
A valid email address consists of an email prefix and an email domain, both in acceptable formats.
The…
-
### Discussed in https://github.com/codinasion/codinasion-programme/discussions/896
Originally posted by **Anzo52** June 24, 2022
So, I just watched ![this video](https://youtu.be/JYs_94znYy0)…
-
## Description:
Fix the name of the following folder : [randmon-prime-number](https://github.com/codinasion/codinasion-programme/tree/master/programme/randmon-prime-number)