Advertisements
Advertisements
Question
Write the Java expression for the following:
`(0.05 - 2y^3)/((x - y))`
One Line Answer
Advertisements
Solution
(0.05 - 2 * y * y * y) / (x - y)shaalaa.com
Is there an error in this question or solution?
Write the Java expression for the following:
`(0.05 - 2y^3)/((x - y))`
(0.05 - 2 * y * y * y) / (x - y)