Computer Science, asked by aarohi193848, 13 days ago


b) Write the Java expression for the following. (Use Mathematical functions).
x = 2a (- b + V(b2 - 4ac))
[2]

Answers

Answered by chatterjeebipul146
0

Answer:

x = 2*a*(-b + V*(b*2 - 4*a*c)

Explanation:

This is the Java expression you wanted. Hope it helps! Also, don't forget to mark me as brainliest.

Similar questions