Awesome Open Source Coding Problems
- Program to find factorial of number
- Program to find largest element in array
- Program to find smallest element in array
- Program to find lenght of a string
- Program to sort given array (ascending & descending)
- Program to print leap years in given range
- Program to count sum of all numbers in array
- Program to calculate count of vowels & consonants in string
- Program to add 2D or 3D Matrices
- Program to subtract 2D or 3D Matrices
- Program to calculate power of number
- Program to print prime numbers in given range
- Program to reverse the array
- Program to calculate all arithmetic operations
- Program to multiply 2D or 3D Matrices
- Program to convert binary to decimal number
- Program to convert binary to octal number
- Program to find power of any number
- Program to print Fibonnaci Series
- Program to print ASCII value of given character
- Program to check triangle is equilateral, isosceles ot scalene