This repository contains a collection of basic Java programs written for practice and learning purposes. These programs help improve problem-solving skills and strengthen core Java fundamentals.
- Armstrong Number
- Factorial of a Number
- Fibonacci Series
- Palindrome Checker
- Prime Number Checker
- Sum of Digits
- Reverse a Number
- ...and more
-
Clone this repository: git clone https://github.com/kid-avi/Java-programs.git
-
Navigate to the project directory: cd Java-programs
-
Compile any Java file using: javac FileName.java
-
Run the compiled program: java FileName
🤔 Why this Repository? This repository is maintained to practice and enhance my Java programming skills through small, classic coding problems often asked in interviews or academic exams. These exercises help build logical thinking and confidence with the Java language.
⭐ Support If you find this repository helpful, feel free to Star it or Fork it for your own practice.