I'm supposed to write a program that reads two numbers and stores them into varialbes double x, y; and then the code is supposed to find the values of x^y and y^x and store them into double xtoy, ytox; And lastly, the code is supposed to determine whether the xtoy is greater/equal/smaller than yto x.