WRONG OUTPUT COMING

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 increasing order.
If Real and Equal , print the same repeating root twice
If Imaginary , no need to print the roots.

Note : Print only the integer part of the roots.
HERE IS MY CODE –https://ide.codingblocks.com/s/361974

hello @moksh please see this code https://ide.codingblocks.com/s/361979
i have corrected the code :
please write if you dont understand anything.
Happy Learning !!

WHY YOU WRITE MIN AND MAX

because if you see the output format there it is written that you have to print in the increasing order .