A cash prelist is

A. a document that records sales returns and allowances
B. a document returned by customers with their payments
C. the source of information used to prepare monthly statements
D. none of the above

Answer: D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Without a break statement in a switch, execution falls through to the next case. A case label can be of type double. 2."Decision step" is one way to refer to an if statement 3. Suppose you had the following if statement: if ((a != a) && (b > c)) cout << "Yes, sir"; 4. Using the short circuit evaluation method, (b > c) would be evaluated some of the time, not all the time. 5. C++ will automatically display the floating-point result of the product $1.25 x $2.35 accurately to two decimal places.

Computer Science & Information Technology

A(n) invisible digital signature does not appear as a tangible signature in a document. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology