Write a program that calculates the value of the variable y given the formula:
y = (1 - x2+ 2.5x3 + x4)2< /code>
The value of the x variable is set from the keyboard. Define the types of the x and y variables yourself.
Display the value of the y variable on the screen.
Sample input and output.