Skip to content

Java beginner programs using user input – includes conditionals (if-else, switch), loops (for, while, do-while), and basic logic building.

Notifications You must be signed in to change notification settings

kid-avi/Java-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Beginner Programs

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.


📋 Programs Included

  • Armstrong Number
  • Factorial of a Number
  • Fibonacci Series
  • Palindrome Checker
  • Prime Number Checker
  • Sum of Digits
  • Reverse a Number
  • ...and more

🚀 How to Run

  1. Clone this repository: git clone https://github.com/kid-avi/Java-programs.git

  2. Navigate to the project directory: cd Java-programs

  3. Compile any Java file using: javac FileName.java

  4. 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.

About

Java beginner programs using user input – includes conditionals (if-else, switch), loops (for, while, do-while), and basic logic building.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages