Computer Science, asked by satyam9980, 5 months ago

Write the java expression p= a ^ 2+ b c *

option is

p= a + bc

p= a + b + c

p = Math. sqrt (a)/ bc

Math. pow ( a,2) + b * c​

Answers

Answered by sharanya200636
1

Answer:

Answered

Explanation:

Math. pow ( a,2) + b * c is the correct answer

Answered by rythemsingh978088
0
Math.pow (a,2) +b*c
Similar questions