/Practice_Java

Using this repository to learn Java

Primary LanguageJava

Practice Java

Trying Java code. If using the terminal, use the following command to compile Java:

javac [filename]

To run the compiled class file:

java [filename without class extension]]