Q&A Discussions
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 Vote
3 AnswersHot today
Why's there an error
1 Votes
Hello people
1 Votes
What to learn🤔
0 Votes
String functions
1 Votes
Linked list
1 Votes
Html
0 Votes
Machine learning
0 Votes
How to start learning DBMS?
0 Votes
== and .equals difference?
1 Votes