Computer Science, asked by mehulagarwal22p9jfnh, 1 year ago

Write the java expressions of the following

Attachments:

Answers

Answered by athamadaswp
1

Answer:

(-b+Math.sqrt(b*b-4*a*c))/(2*a) and (-b-Math.sqrt(b*b-4*a*c))/(2*a)

(Math.pow(a,3)+Math.pow(b,3))/ (Math.pow(a,3)-Math.pow(b,3))

Explanation:

Similar questions