Before you begin, ensure you have met the following requirements:
jdk
To clone TopGear-Core-Java-L1, follow these steps:
git clone https://github.com/2kabhishek/TopGear-Core-Java-L1
cd TopGear-Core-Java-L1
Use this for your reference, all code is placed under Assignments
directory, once you have jdk
installed you can compile and run these locally.
cd Assignments/
javac Filename.java # Compile
java Filename # Run
Hit the ⭐ button if you found this useful.