COMPUTER PROGRAMMING LABORATORY Code 15CPL 16 / 15CPL26 [As per Choice Based Credit System (CBCS) scheme - VTU]
Lecture Videos by Prof. Nitin V Pujari, PES-CSE, Bangalore - 85
Design and develop a flowchart or an algorithm that takes three coefficients (a, b, and c) of a Quadratic equation (ax2+bx+c=0) as input and compute all possible roots. Implement a C program for the developed flowchart/algorithm and execute the same to output the possible roots for a given set of coefficients with appropriate messages.