Computer Science, asked by utkarsh6264, 6 months ago

Find Java expression for the following .p + q/(r+s^4)*

p+q/ Math. pow ((r+s),4)

p*q/r+s+ 4

q/p/r+s*4

p+q/ Math.sqrt(r s,4)​

Answers

Answered by anindyaadhikari13
4

Question:-

Write the Java expression for the following.

Answer:-

Given expression,

p+q/(r+s^4)

The Java expression for the following is,

p+q/(r+Math.pow(s, 4));

Answered by shahidkhankhan61487
0

Java is a high level Programming Language which is used for the Purpose of Web Creation .

Coming Back to The Question :-

The Expression for The Given will Be :-

⇒ p * q * Math.sqrt(3) + 0.02 *Math.sqrt(r

Similar questions