Computer Science, asked by dana2007, 4 months ago

R=L(A²+B²) write the java expression for this.​

Answers

Answered by khushiagarwal27611
0

Answer:

R = L *(Math.pow(A,2)+Math.pow(B,2))

Similar questions