A simple Quadratic Equation Solver built using Python.
The program calculates the roots of a quadratic equation of the form:
ax² + bx + c = 0
This project was built as part of my learning journey and as my **next project after fro…
A simple Quadratic Equation Solver built using Python.
The program calculates the roots of a quadratic equation of the form:
ax² + bx + c = 0
This project was built as part of my learning journey and as my next project after frontend web apps.