Computer Science, asked by shaheerahussain005, 5 months ago

write an algorithm to find the value of the expression (a+b)^2=(a+b)*(a+b) ......
answer of this please my friends help me please ​

Answers

Answered by BrainlyProgrammer
0

Question:-

write an algorithm to find the value of the expression (a+b)^2=(a+b)*(a+b)

Algorithm:-

Step 1:START

Step 2:ACCEPT TWO NUMBERS AND STORE IT IN THE VARIABLE A AND B

Step 3:CALCULATE (A+B)*(A+B) AND STORE IT IN THE VARIABLE P

Step 4:DISPLAY P

Step 5:STOP

Similar questions