https://github.com/murali20kumar/zsgs-problems
This repository contains solutions to several fundamental Java programming problems. The solutions cover basic operations like number conversions, mathematical computations, conditional checks, and more.
https://github.com/murali20kumar/zsgs-problems
basic-programming fundamentals java problem-solving
Last synced: 12 months ago
JSON representation
This repository contains solutions to several fundamental Java programming problems. The solutions cover basic operations like number conversions, mathematical computations, conditional checks, and more.
- Host: GitHub
- URL: https://github.com/murali20kumar/zsgs-problems
- Owner: Murali20kumar
- Created: 2025-06-03T09:16:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T06:19:48.000Z (12 months ago)
- Last Synced: 2025-06-10T07:25:58.743Z (12 months ago)
- Topics: basic-programming, fundamentals, java, problem-solving
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Programming Problems 🖥️🚀
## About This Repository
This repository contains solutions to several fundamental Java programming problems. The solutions cover basic operations like number conversions, mathematical computations, conditional checks, and more.
## Problems Covered
1. Binary, Octal, and Hexadecimal Conversion
2. Circumference Calculations (Square, Rectangle, Cylinder)
3. Division and Addition Table
4. Print ASCII Values of Alphabets
5. Compute Quotient and Remainder
6. Demonstrating `long` and `double` Data Types
7. Swap Two Numbers
8. Check Whether a Number is Even or Odd
9. Check Whether a Character is a Vowel or Consonant
10. Find the Largest Among Four Numbers
11. Find Roots of a Quadratic Equation
12. Check Whether a Number is Positive or Negative
13. Check Whether a Character is an Alphabet
14. Sum of Natural Numbers & Smallest Digit of the Sum