Example
Write a Pascal program that reads in two integers, divides one by the other, places the result in a variable of type real, and then outputs both the numbers and their quotient. Be sure to include a writeln statement that warns the user not to give input that would cause the computer to try to divide by zero.