If a class represents an amount of money (in US currency like $9.99), then the amount (like $9.99) could reasonably be stored in

a. A member variable of type double.
b. Two member variables of type int.
c. A string of characters (like "9.99").
d. None of the above.


a. A member variable of type double. , b. Two member variables of type int. , and c. A string of characters (like "9.99").

Computer Science & Information Technology

You might also like to view...

Given the previous Java implementation of an adjacency list representation of a directed graph, what is the runtime complexity of computing the out-degree of every vertex?

a. O(V) b. O(V²) c. O(V*E) d. O(V + E)

Computer Science & Information Technology

More computers can connect to a network when which of the following is used?

A) firewall B) modem C) hub D) SSID

Computer Science & Information Technology

Which command allows you to create custom columns?

A. More Columns B. Orientation C. Margins D. Size

Computer Science & Information Technology

Discuss operational auditing.  Include in your discussion what should be looked for in an operational audit and what methods might be used in the audit.

What will be an ideal response?

Computer Science & Information Technology