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
- Host: GitHub
- URL: https://github.com/balakrishnan-10/understanding-problem-statements-systematic-solution
- Owner: Balakrishnan-10
- Created: 2024-12-23T06:04:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T05:06:10.000Z (over 1 year ago)
- Last Synced: 2025-07-31T01:59:37.841Z (11 months ago)
- Topics: javascript, problemsolving
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.