Skip to content
#

quadratic-equation-solver

Here is 1 public repository matching this topic...

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

  • Updated Apr 4, 2023
  • C++

Improve this page

Add a description, image, and links to the quadratic-equation-solver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quadratic-equation-solver topic, visit your repo's landing page and select "manage topics."

Learn more