Design application that stores different types of products available at local IT store and corresponding product price. Product details stored in…

Design application that stores different types of products available at local IT store and corresponding product price. Product details stored in parallel arrays. Use data to populate three parallel arrays in loadArray()method.

Product ID

101

102

103

Product name

Acer laptop

Hp laptop

Dell laptop

Product price

R4000

R4200

R4100

Create searchArray()method and write code enable user to search specific type of product, if ID listed in the array show product details. If product searched does not exist, show message indicating product not available.