Skip to content

Latest commit

Β 

History

History
51 lines (38 loc) Β· 1.76 KB

File metadata and controls

51 lines (38 loc) Β· 1.76 KB

🌟 Beginner Java Programs Repository

Welcome to my Beginner Java Programs Repository! This repository documents all the basic Java programs I built during the early stages of my Java learning journey.

πŸ“š About

This collection is a compilation of simple Java programs that I created as I started learning the language. These programs cover fundamental concepts and serve as a stepping stone for anyone beginning their Java programming adventure.

πŸ“‚ Programs Included

πŸ§™β€β™‚οΈ Magic/Potions (Making of Packages)

  • πŸ§ͺ HealingPotion.java
  • πŸ§ͺ InvisibilityPotion.java
  • πŸ§ͺ StrengthPotion.java

πŸ”§ Smol Projects

This folder contains very small projects that I made for my convenience. Nothing too hard, just simple convenient wishes.

  • πŸ“‘ MorseCodeDecoder.java
  • πŸ”  caseChanger.java

πŸš€ Space/Missions (Making Packages)

  • πŸͺ JupiterMission.java
  • πŸ”΄ MarsMission.java
  • πŸ’« SaturnMission.java

πŸ“œ Other Programs

  • πŸ‰ MagicalCreature.java (Use of Interface)
  • πŸ”’ NumberUtils.java (Making a Function to Find if a Number is Narcissistic)
  • πŸ›’ PotionShop.java (Using Packages)
  • πŸ’‘ Solution.java (Using Packages)
  • πŸ›°οΈ SpaceAdventure.java (Using Packages)
  • 🧡 test.java (Implementing Threads)

πŸš€ How to Use

  1. Clone the repository:
    git clone https://github.com/ciiphersiren/beginnerjava.git
  2. Navigate to the project directory:
    cd beginnerjava
  3. Open the programs in your preferred Java IDE or text editor.
  4. Compile and run the programs to see the output.

🀝 Contributing

Feel free to contribute by adding more basic programs or improving the existing ones. Fork the repository, make your changes, and submit a pull request.

Happy coding! πŸŽ‰