Source code from episodes of Your Daily Petal as seen on our Your Daily Petal source codeYouTube channel.
To run the java code, follow these steps: Compile and Run Code
- Download and install the Java Development Kit(JDK)
- Clone your selected code files from this repository to your local machine
- Using your computer's command line environment, navigate to the directory containing the .java file
- Compile the code using the command javac NAME_OF_FILE.java
- Run the code using the command java NAME_OF_FILE