write a java expression for the following : [ x^2 +2xy ]
computer applications
class X ch- Encapsulation
answer this don't spam
Answers
Answered by
0
Answer:
Math.abs((x * x) + (2 * x * y)
Similar questions