how to write a+b whole sqaure formula in java program
Answers
Answered by
12
A2+B2·x+C2·x²: A2 = Y(0) B2=(Y(1)-Y(-1))/2. C2=Y(1) -B2 -A2 = (Y(1)+Y(-1))/2 - Y(0)
Answered by
0
Answer:
(int)Math. pow((a+b), 2)
Explanation:
let me know if it helps
Similar questions