-
### Name
Bharat Singh
-
### Name
Emmanuel Adom
-
# Description
Write a C program to print reverse of a number
Reverse of a number is the number obtained by reversing the digits of the original number. For example, the reverse of 123 is 321. The …
-
### Name
MD ALAMIN A.
-
### Name
Shahzeb Ali
-
### Description
Write a C++ program to find the average of all numbers in an array
```
Input : [1, 2, 3, 4, 5]
Output : 3
```
How to contribute
- Save the solution in `program/FindTheAverageOfAll…
-
### Hacktoberfest 2022
If you face any error for your Hacktoberfest PR, such as:
- Issue while submitting PRs
- PR not labeled as `hacktoberfest-accepted`
- etc.
Please comment on this issu…
-
Update FindAverageOfNumbersByRecursion.ts to get only the array as an input in the arguments
_Originally posted by @anandfresh in https://github.com/codinasion/program/pull/4903#discussion_r1044119…
-
### Description
there is too much code in this file
### Additional information
_No response_
### Code of Conduct
- [X] I have read and agree to the Codinasion project's [Code of Conduct](CODE_OF_…
-
### Description
Write a Java program to find the eigenvectors of a matrix
The eigenvalues and eigenvectors of a linear transformation are the values and vectors that determine the transformation. Th…