Question: 1 . This phase has three items, each assigned to one team member. Use alphabetic order of last name to find out which item is
This phase has three items, each assigned to one team member. Use alphabetic order of last name to find out which item is assigned to whom. Each student should make their own basket and item objects. Each student is responsible for fixing bugs related to their assigned section: deletion, modification, or creation.
All actions should take place in main function andor class using the functions available in Basket and Item classes. Printing should also happen in main that is do not have System.out.print... anywhere outside main.
A Basket modification. Create two basket types, each with at least three types of items each basket Print all the initial data Modify the number of each individual item type in each of the two baskets each basket Print the new data and fix any problems you may encounter during modification
B Item deletion. Create two basket types, each with at least three types of items each basket Print all the initial data Delete one of the item types leave only two types of items in each of the rooms each basket Print the new data and fix any problems you may encounter during deletion
C Basketcreation. Create two types of baskets, each with at least four types of items each basket After those are created, print out all their information to make sure the creation process works well. Fix any problems you may encounter
Submit on Blackboard by the deadline Show the homework in class as a team to the instructor before the deadline for the next phase of grade
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
