Question: Write a complete Java program to prompt users to enter two integers (n1 and n2), and display the value n1/n2 if it is not zero,
Write a complete Java program to prompt users to enter two integers (n1 and n2), and display the value n1/n2 if it is not zero, and display n1%n2 if it is not zero.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
