3.There are 3 arrays that hold related data at each position (parallel). The first array holds product codes. The second holds the product name. The third holds the product price. Write the Pseudocode to get a product code from a user and give them the matching product name and price. Also, let the user know when they enter a code that does not match.