An open API service indexing awesome lists of open source software.

https://github.com/balakrishnan-10/understanding-problem-statements-systematic-solution

Understanding-Problem-Statements-Systematic-Solution
https://github.com/balakrishnan-10/understanding-problem-statements-systematic-solution

javascript problemsolving

Last synced: 11 months ago
JSON representation

Understanding-Problem-Statements-Systematic-Solution

Awesome Lists containing this project

README

          

# Understanding-Problem-Statements-Systematic-Solution

1. Define if a number is positive and negative.
2. Find the sum of two integers.
3. Identify the maximum and minium of three numbers.
4. Count a digits in a number.
5. Check if a string contains only alphabets.
6. Calcuate the area of circle with a given Radius (r).
7. Check if a character is a vowel
8. Find the difference of two integers.
9. Check if a number is even or odd.
10. Calculate the perimeter of the Rectangle.
11. Find the Largest number of four Numbers.
12. Calculate the Average of three numbers.
13. Identify if a number is divisible by both 3 and 5.
14. Find the square of the number.
15. Count the number of vowels in a string.
16. Determine if a character is a uppercase letter.
17. Print the reverse of the string.