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...