Choose the statement that does not apply to the following declaration. double [ , ] totalCostofItems = {{109.95, 169.95, 1.50, 89.95} { 27.9, 18.6, 26.8, 98.5}}; a) all are correct b) sets the array...


Choose the statement that does not apply to the following declaration.


double [ , ] totalCostofItems = {{109.95, 169.95, 1.50, 89.95} { 27.9, 18.6, 26.8, 98.5}};


a) all are correct


b) sets the array element totalCostofItems [0,1] to 169.95


c) declare a  two dimensional array of floating - point values.


d) establishes the maximum number of rows as 4


e) declares an array in memory where data of double type can be stored



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here