Computer Science, asked by temonbhu, 6 months ago

Convert the given mathematical function into java expression : √P X P + B X B

Answers

Answered by Oriel432
5

Answer:

double a = math.sqrt (P)*P + B*B;

Similar questions