Q&A Discussões
Write and test a program that solves quadratic equations. A
quadratic equation is an equation of the form ax2+ bx + c =0 ,where a,b and c are given coefficient and x is the unknown The coefficients are real number inputs ,so they should be declared of type float or double Since quadratic equations typically have two solutions ,use x1 and x2 for the solutions to be output These should be declared of type double to avoid inaccuracies from round-off error
-1 Voto
3 RespostasQuente hoje
C++ question
1 Votes
Question on 50- win badge
0 Votes
Combination
0 Votes
Crane
1 Votes
i am begineer
0 Votes
Correct version of program
0 Votes
How to make a website
0 Votes