write a program that calculates and displays values for y when
y=xz/(x-z)
your program should calculate y for values of x ranging between 1 and 5 and values of z ranging between 2 and 6. The x variable should control the outer loop and be incremented in steps of 1. Your program should also display the message Function Undefined when the x and z values are equal.