The task was to write a program that reads two numbers and stores them into variables double x,y; Then the code finds the values of the sum and difference of the two numbers and stores them in double sum, diff; Then the code determines whether the sum is larger/equal/smaller than the difference.
I don't know what I did wrong. Please help. Thank you!