Advertisements
Advertisements
Question
Write the Java expression for the following:
p3 + q4 − `1/2`r
One Line Answer
Advertisements
Solution
p * p * p + q * q * q * q - (1 / 2) * rshaalaa.com
Is there an error in this question or solution?
Write the Java expression for the following:
p3 + q4 − `1/2`r
p * p * p + q * q * q * q - (1 / 2) * r