Computer Science, asked by beenusri2006, 5 hours ago

write the corresponding java expression for the following: p=by/(x⁴+y).​

Answers

Answered by singhsaarthak9
1

Answer:

Math. pow(int p) = by/(x*4+y);

System. out. println ("p");

Explanation:

Please mark brainliest

Similar questions