Introduction - If you have any usage issues, please Google them yourself
This is a simple program that find if a quadratic inequality ах + bx + с = 0 has real roots. If it does, output them. If there are no solutions, output “no solutions”. With the given real numbers a, b, c, where a doesn t equal to 0.