Advertisements
Advertisements
Question
Write the Java expression for the following:
`(−b+sqrt(b^2 - 4ac))/(2a)`
One Line Answer
Advertisements
Solution
(-b + Math.sqrt(b * b - 4 * a * c)) / 2.0 * ashaalaa.com
Is there an error in this question or solution?
