Question: Write a simple program that reads two integer numbers and then divides one by the other using integer division and then reports the result. Note
Write a simple program that reads two integer numbers and then divides one by the other using integer division and then reports the result. Note you should confirm that the second number (divisor) is not zero before performing the division, as division by 0 is not possible and will cause your program to crash.
Notepad or Notepad++ programs please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
