Computer Science, asked by ntailor88701, 5 months ago

how to write a+b whole sqaure formula in java program

Answers

Answered by Sidhartbrilant
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 thefiregirl25
0

Answer:

(int)Math. pow((a+b), 2)

Explanation:

let me know if it helps

Similar questions