This repository contains my solutions to Java programming exercises from the w3resource Java Exercises website.
- To practice and improve my Java programming skills.
- To provide a structured catalogue of solutions aligned with w3resource exercises.
- To document my progress and learning journey in Java.
- Files are named with leading zeros so they sort correctly (e.g., _001HelloWorld.java, _010FormulaComputation.java).
- Each file’s class name matches the file name.
- Folder names correspond to w3resource exercise sections (Basic, Methods, OOP, etc).
- Clone the repository:
git clone https://github.com/GhifarMR/w3resource-Java.git
- Navigate to the folder of interest.
- Open the .java file in your Java IDE (NetBeans, IntelliJ, Eclipse).
- Compile and run the solution to understand the exercise and output.