Write a C program to find all roots of a Quadratic equation using switch case. How to find all roots of a quadratic equation using switch case in C programming. Logic to calculate roots of quadratic equation in C program.
Input
Input a: 4 Input b: -2 Input c: -10
Output
Root1: 1.85 Root2: -1.35