Write a program that does the following: Ask the user to input three real numbers a, b, and c. They represent the parameters of a quadratic equation ax² + bx + c = 0.
a) Python
b) Java
c) C++
d) MATLAB