// Warning! This code contains ERRORS!
if (num2 == 0)
System.out.println("Division by zero is not possible.");
System.out.println("Please run the program again ");
System.out.println("and enter a number besides zero.");
else
Quotient = num1 / num2;
System.out.print("The quotient of " + Num1);
System.out.print(" divided by " + Num2 + " is ");
System.out.println(Quotient);
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.