Quadratic Equation program?
in
Programming Questions
•
1 year ago
Im trying to write a program that takes the a, b and c values entered by a user and run it through both the quadratic equations to respond with an x1 and x2 value. I don't know how to take user input and put it in a code and how to square root and, exponent part of an equation, can someone help me?
1