CISY 103 – Lab02 CISY 105 – Lab08 1. Start with ArrayListDemo6 – rename it to Lab08 and your name. 2. Create 8 InventoryItem objects in an arrayList and then print out the array using a counting loop....

1 answer below »
i need the homework for myself and my brother. meaning same homework yet slightly different answer so no one will can say that we are copying from each other


CISY 103 – Lab02 CISY 105 – Lab08 1. Start with ArrayListDemo6 – rename it to Lab08 and your name. 2. Create 8 InventoryItem objects in an arrayList and then print out the array using a counting loop. Place a nice heading before you print the array. 3. Then remove 3 items of the array and print. Place a blank line with another nice heading and print out the array again user a counting loop. 4. Then replace one of the items in the array. Place a blank line with another nice heading and print out the array again user a counting loop. Note: Don’t forget you will also need InventoryItem.java Rubric  name in a comment at the top (2 points)  Class/file name (5 points) (naming convention starts with upper case, subsequent words upper case)  Variable Declarations (15 points) (datatypes and naming convention starts with lower case, subsequent words upper case, variables declared at top of method)  Declaration/Allocation of an Array using ArrayList (10 points)  Three counting loops for printing elements of the array (30 points)  Adding initial 8 elements to the array (10 points)  Removing 3 elements of the array (10 points)  Replacing one element of the array (10 points)  proper indenting (8 points) · body of class indented, body of methods indented, body of loop indented The lab must be submitted to Canvas. Page 1
Answered Same DayMar 26, 2021

Answer To: CISY 103 – Lab02 CISY 105 – Lab08 1. Start with ArrayListDemo6 – rename it to Lab08 and your name....

Aditi answered on Mar 26 2021
144 Votes
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here