Computer Science, asked by mumairsaduzai789, 15 days ago

Write an Algorithm to solve an equation (a+b+c) ^2=a^2+b^2+c^2+2ab+2bc+2ca​

Answers

Answered by anishkumar606
1

Answer:

if you want to evaluate this equation by providing some values to it, simply put the value as (a+b+c)*(a+b+c) and return the value you will get the right answer.

Similar questions