Computer Science, asked by anshika8331, 1 year ago

write the Java expression for p=a2+bc​

Answers

Answered by halkatchokra
12

................................

Attachments:
Answered by neelkothary
39

Answer:

p = a*a + b*c

Explanation:

we have to expand a2 to a*a.

'*' is 'x' in java.

Similar questions