Write a program that calculates the value of an expression using a known formula.
\({x + y\over {x +1}}-{x\cdot y-12 \over 34 + x}\)
x
and y
are integer type variables, entered from the keyboard.
The program should output one number - the result of the expression evaluation.
Hint: don't forget to get a real number when dividing!