Which of the following would be an effective calculated field labeled Retail Price to calculate a retail price that is 300% of wholesale price (for example, the wholesale price is $3 and retail price is $9 ) from a Wholesale Price field?

A) = Wholesale Price * 300
with a Name of Retail Price in the Insert Calculated Field dialog box
B) Wholesale Price *300
with a Name of Retail Price in the Insert Calculated Field dialog box
C) = Wholesale Price * 3
with a Name of Retail Price in the Insert Calculated Field dialog box
D) * Wholesale Price * 3
and accept default Name in the Insert Calculated Field dialog box

C

Computer Science & Information Technology

You might also like to view...

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

1. You can only use array indexed variables as arguments to methods. 2. A method can not change the values stored in the indexed variables of an array argument.

Computer Science & Information Technology

A ____ is a collection of data organized in a manner that allows access, retrieval, and use of that data.

A. file B. folder C. program D. database

Computer Science & Information Technology