News

Given coefficients of a quadratic equation , you need to print the nature of the roots (Real and Distinct , Real and Equal or Imaginary) and the roots. If Real and Distinct , print the roots in ...
*Name : Find the roots of a quadratic equation in c++. * *Topic : user-defined function,pre-defined function (e.g. sqrt),nested if-else. * *Author : Anant kagdelwar. * *Level : For Beginner. * ...