Answered You can hire a professional tutor to get the answer.
Writepseudocodeto search a set of parallel arrays. You are looking for the search value in the first array,itemNumber, in order to extract the price...
Write pseudocode to search a set of parallel arrays. You are looking for the search value in the first array, itemNumber[], in order to extract the price from itemPrice[]. Include creation of all necessary variables/constants. You do not need to load values into the array. The arrays have 100 elements.