Write a class that handles three parallel arrays for retail inventory. The first array has a description(String), the second the cost(double). You will fill the 1)Arrays with ten items from a file. 2). display the array in the order it is created. 3) Sort the array in alphabetical order. 4) Redisplay the array 5). provide a method for each function and a main
Pls Help