0
Pls can anyone explain how to solve almighty formula using java -b +-√b^2-4ac/2a
2 odpowiedzi
+ 1
Please put "java" in the tag section.
Have you searched for "java square root" and "java exponentiation"?
+ 1
Use Math.sqrt() for √
and b*b or Math.pow(b,2) for b^2