How would you write the following algebraic equation in C++?

c = (a + b )2 (a - b )2
A. c = (a+b)^2 * (a-b)^2
B. c = a+b^2*a-b^2
C. c = (a+b^2)(a-b)^2
D. c = sqrt(a+b)(a-b)


A

Computer Science & Information Technology

You might also like to view...

A state, condition, or occurrence that Access recognizes is a(n) ____.

A. event B. statement C. object D. property

Computer Science & Information Technology

A hacker can use a Trojan ________ to remotely control your PC

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a style is set to update automatically, you can modify the style by formatting the text directly

Indicate whether the statement is true or false

Computer Science & Information Technology

Screen elements can NOT be customized independently

Indicate whether the statement is true or false

Computer Science & Information Technology