This repository contains my Java learning journey, including various examples and exercises.
Java Input/
: Examples of taking user inputJava Output/
: Basic output examplesJava operators/
: Examples of different Java operatorsjava variables/
: Variable declaration and usage examples
- Make sure you have Java JDK installed
- Compile the Java file:
javac Filename.java
- Run the compiled class:
java Filename