Computer Science, asked by anuska7471, 1 day ago

write a java expression for the following : [ x^2 +2xy ]

computer applications
class X ch- Encapsulation


answer this don't spam

Answers

Answered by Jha28utkarsh
0

Answer:

Math.abs((x * x) + (2 * x * y)

Similar questions