Question: part 1 . this program practices use of the ArrayList class and a two dimensional array of double vaules. 1 . ) the first line
part
this program practices use of the ArrayList class and a two dimensional array of double vaules.
the first line stores bames of zonesassume no blanks in a zone name The second line stores names of productsassume 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 PX has a proce of In the Southern Xone, product PX has a price of
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.
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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
