1.

Write a program to calculate (a+b)2.Hint: (a*a + b*b + 2*a*b) in c#​

Answer»

ANSWER:

To calculate (a+b)²

we use =a²+2ab+b²

this is the ACCURATE formula

PLS mark me as brainlist answer I really needed support



Discussion

No Comment Found