Ok to clarify for all:

I've already got the program to ask the user to enter 3 values.

Then it outputs to the screen what the roots are after it computes it.

I want to know how to code the part where you output the equation once it computes in ax^2+bx+c form...for example so and so values inputted and equation like this for eg gets outputted to the screen: 5x^2+10x+25

(something like that)


I also want to know how to do the discriminants (if statements).