ArrayList Assignment Demonstrate defining, loading, printing, and storing a Multidimensional ArrayList. Just as the elements of an array can be defined to be arrays themselves (thus making multidimensional arrays), so can an ArrayList be defined to contain elements that are themselves an ArrayList (thus making multidimensional ArrayLists). 1. Define a multidimensional ArrayList named seats to hold the status (available, taken) of seats in a theatre. a. There are three dimensions i. The seating levels (main floor, 1st balcony, 2nd balcony). ii. The rows on a given level. iii. The seats in a given row. iv. Define seats as an ArrayList of levels where each level is an ArrayList of rows and each row is an ArrayList of seats (thus the 3 dimensions). b. Since the status can only be two values, the data type is Boolean. 2. Initialize the ArrayList so that all seats are taken except the first seat of each row. a. True = seat is taken; false = seat is available 3. Display the ArrayList by seating level on the screen. 4. Store the ArrayList by seating level to a file using PrintStream (recall from section 6.4 in the book). CPSC-4355 ArrayList Assignment NOTE that the new command syntax allows the right side to get the data type from the left side of the statement without repeating it: ArrayList variableName = new ArrayList(); NOTE that since the ArrayList does not have predetermined sizes, the dimensions for the seating layout must be stored someplace. Use the following 2-dimensional array to hold the rows and seats for each seating level of the theatre. int [][] seats layout = {{4,5}, // rows and seats on the main floor {3,4}, // rows and seats on the 1st balcony {1,3}}; // rows and seats on the 2nd balcony Output to the screen and file should look as follows: [[false, true, true, true, true], [false, true, true, true, true], [false, true, true, true, true], [false, true, true, true, true]] [[false, true, true, true], [false, true, true, true], [false, true, true, true]] [[false, true, true]]
We value our customers and so we ensure that what we do is 100% original..
With us you are guaranteed of quality work done by our qualified experts.Your information and everything that you do with us is kept completely confidential.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreThe Product ordered is guaranteed to be original. Orders are checked by the most advanced anti-plagiarism software in the market to assure that the Product is 100% original. The Company has a zero tolerance policy for plagiarism.
Read moreThe Free Revision policy is a courtesy service that the Company provides to help ensure Customer’s total satisfaction with the completed Order. To receive free revision the Company requires that the Customer provide the request within fourteen (14) days from the first completion date and within a period of thirty (30) days for dissertations.
Read moreThe Company is committed to protect the privacy of the Customer and it will never resell or share any of Customer’s personal information, including credit card data, with any third party. All the online transactions are processed through the secure and reliable online payment systems.
Read moreBy placing an order with us, you agree to the service we provide. We will endear to do all that it takes to deliver a comprehensive paper as per your requirements. We also count on your cooperation to ensure that we deliver on this mandate.
Read more