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
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
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
India Languages,
3 months ago
Science,
3 months ago
Math,
6 months ago
English,
6 months ago
Social Sciences,
10 months ago