i have 2 parallel arrays
1st
array is item identifier, 2nd is numstock of type int, 3rd is unit price
of type float and 4th is value of stock of type float.


value of stock = numstock [] * unitprice []?

do i use pointers?