-
### Title of programme
Write a C++ programme to check a number even or odd.
### Additional information
```
Input : 3
Output : Odd Number
```
```
Input : 2
Output : Even Number
```
### C…
-
### Title of programme
Write a JavaScript programme to convert minutes to seconds
### Additional information
```
Min : 1
Sec : 60
```
### Code of Conduct
- [X] I have read and agree to the Cod…
-
### Title of programme
Write a JavaScript programme to find the length of string.
### Additional information
```
Input : abcd
Output : 4
```
### Code of Conduct
- [X] I have read and agree to…
-
### Title of programme
Write a JavaScript programme to calculate the average of numbers.
### Additional information
```
Input: 2 3 4
Output: 3
```
### Code of Conduct
- [X] I have read and ag…
-
### Title of programme
Write a JavaScript programme to print ASCII Value of a character.
### Additional information
```
Input : A
Output : 65
```
```
Input : a
Output : 97
```
### Code …
-
### Title of programme
Write a PHP version of each Programme
### Additional information
Initially wrote this as a singular issue for one Programme for PHP, but figured a list of the remaining…
-
### Title of programme
Write a GO programme to generate new array with sliced elements of old array.
### Additional information
```
Array : ['abcd', 'efgh', 'ijklmn', 'opq', 'rstuvw', 'xyz']
Star…
-
### Title of programme
Write a GO programme to find the length of an array.
### Additional information
_No response_
### Code of Conduct
- [X] I have read and agree to the Codinasion project's [C…
-
### Title of programme
Write a Python programme to check a number even or odd.
### Additional information
```
Input : 3
Output : Odd Number
```
```
Input : 2
Output : Even Number
```
##…
-
### Title of programme
Write a Java programme to check a number even or odd.
### Additional information
```
Input : 3
Output : Odd Number
```
```
Input : 2
Output : Even Number
```
### …