Computer Science, asked by kandulnareenu, 4 months ago

write a Java expression for the following (b cube - 4AC)

Answers

Answered by nisha263248
0

Answer:

(Math.cubert(b) - 4*A*C)

Answered by antramahi2007
1

Answer:(b*b*b-4*A*C)

Explanation:

Similar questions