Welcome to my collection of Java-based console interaction programs! This repository serves as a central hub for a variety of small to mid-scale projects developed using pure Java and designed to run in a command-line environment.
Each project is housed in its own folder and explores different aspects of Java programming—from basic logic and user input handling to more structured problem-solving patterns. Whether you're learning Java, brushing up on your skills, or just curious about how things work under the hood, you'll likely find something interesting here.
This repository includes programs such as:
- Interactive tools and utilities
- Simple games and logic puzzles
- Educational mini-projects
- Algorithm practice exercises
Each folder includes a dedicated README.md file with instructions, a description, and notes on how the program works.
To run any of the Java console programs:
- Navigate to the folder of the program you want to run.
- Compile the Java file using the
javaccommand:javac ProgramName.java
- Run the compiled program using the
javacommand:java ProgramName
This repository is built for:
- Practicing and improving Java programming skills
- Exploring basic to intermediate concepts through small projects
- Sharing clean and simple code that others can learn from or expand on
It’s especially useful for beginners, students, and self-learners who want to understand Java through hands-on examples that are easy to read and run.
© 2025 Hai Doan haibeu2901 Licensed under the GPL-3.0 LICENSE.
🤟 Feel free to use my repository and star it if you find something interesting 🤟