Create a class called Assignment2c which will calculate and print the value of y for the below equation. X will be input by the user.
2x^2 - 3x
y = ______________________
x + 2
• Please run your program four times with different values input from the user for X. In the first two instances let X=5 and X=7, and you choose values for X for the next two. (Note: When X=5, the value for Y should be 5. When X=7, Y=8.555555.
• Please save the results from your output screen (with all 4 runs) in a file.