Write java code for the following expression:-( 7a4+2b)/ (a2+b2)
Answers
Answered by
0
Answer:
(7 * (int) Math.pow(a,4) + (2*b))/( (int) Math.pow(a,2)+(int) Math.pow(b,2) )
Similar questions
English,
3 months ago
English,
7 months ago
Environmental Sciences,
7 months ago
Math,
11 months ago
Political Science,
11 months ago
Psychology,
11 months ago