Which of the following array declarations would be best suited for storing prices of items sold in a store?

a. Declare String itemPrice[SIZE]
b. Declare Integer itemPrice[SIZE]
c. Declare Real itemPrice[SIZE]
d. Declare itemPrice[Real]

c. Declare Real itemPrice[SIZE]

Computer Science & Information Technology

You might also like to view...

Math static method random generates a random double value in the range from 0.0

a. up to but not including 1.0 b. up to and including 1.0 c. up to and including 100.0 d. up to but not including 100.0

Computer Science & Information Technology

The _________ technique is used on a Windows server to optimize the use of threads.

A) ?polling ? B) ?asynchronous procedure call C) ?signaling an event object ? D) ?I/O completion ports

Computer Science & Information Technology