Question: part 1 . this program practices use of the ArrayList class and a two dimensional array of double vaules. 1 . ) the first line

part 1.
this program practices use of the ArrayList class and a two dimensional array of double vaules.
1.) the first line stores bames of zones(assume no blanks in a zone name). The second line stores names of products(assume no blanks in a product name). Remaining lines store prices by row where a row represents a zone and a column represents a product name. For example, in Eastern zone product PX01 has a proce of 13.79. In the Southern Xone, product PX02 has a price of 12.99.
a.) code should read the zone names into an ArrayList of String.
b.) code should read the product names into an ArrayList of String.
c.) code should read the prices into a two dimensional array of double values. note the number of rose is determined by the size of the zonesList and the number of columns in determined by the size of the productsList.
2.) Input file customers.txt stores names of customers, one per line.
veiw picture for the rest of the quetion.
write a code that with display the tasked asked.
 part 1. this program practices use of the ArrayList class and

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!