Problem:
Question 1- Write a program to solve a quadratic equation. Use doubles for the user inputs for a,b,c. Since there are two solutions to a quadratic equation output both x1, x2.
Question 2- Write a program to solve the square of numbers.
Please describ the code of program to solve a quadratic equation.