Input
Output
>> javac Main.java
>> java Main
Exception in thread "main" java.lang.ArithmeticException: / by zero
	at Main.main(Main.java:8)