Computer Science, asked by jksgf, 3 months ago

Write the Java expressions for the following:*
a2 + ab - b21
1. a*a + ab - b*b
2. ata + a*b - b*b
3. a^a + ab – b^b
4. a2 + ab - b2​

Answers

Answered by bhavya0077
2

Answer:

The answer is

R = a*a+b*b/2*a*b

Similar questions