3C 11. When using canned programs (such as the BMD package) the program itself is obtained from the a. software library. b. documentation. c. FORTRAN compiler. d. reference manual. e. . none of the above. 12, Which of the following statements is incorrect FORTRAN? a. DIMENSION A(M),B(J) b. READ(5,10)X(1), X(I 1-1), X(I 2) c. VWRITE (6,1) A(4), A(5), A(10) d. DIMENSION CAD (100,2) e. none of the above. 13. 'Consider a table composed of an array NUM of item numbers, an array P of prices, and an array C of unit costs. MWe wish to look for the value of the variable INUM in the item number array so as to determine its price and unit cost. Then P and C are called a. search arguments. b. arguments. c. table values. d; functions. e. none of the above.