Skip to content

Latest commit

 

History

History

quadratic_roots

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The program calculates the roots of a quadratic equation by taking coefficients a, b, and c as input from the user. It computes the discriminant and then applies different conditions to determine whether the roots are real and different, real and equal, or complex. Finally, it displays the roots based on the calculated values.

Output >>>>>>