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

A. c = a+b / a-b
B. c = (a+b / a-b)
C. c = (a-b)/(a+b)
D. c = (a+b)/(a-b)


D. c = (a+b)/(a-b)

Computer Science & Information Technology

You might also like to view...

Some routers have built-in firewall capabilities

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which task is an unnecessary step in preparing to upgrade a computer to a new OS version?

A. do performance benchmarks with the current OS B. make sure you have all the device drivers for the new OS C. record custom software settings D. verify application compatibility

Computer Science & Information Technology

What network protocol do Apple systems use today?

A. AppleTalk B. IPX/SPX C. NetBIOS/NetBEUI D. TCP/IP

Computer Science & Information Technology

To place two structures side by side, use the ____ property.

A. clear B. columns C. float D. stack

Computer Science & Information Technology