Question: JAVA please, using netbeans Write a class called items that has member variables name (string), price (double), quantity (integer). Create an arrayItem class and store
JAVA please, using netbeans
Write a class called items that has member variables name (string), price (double), quantity (integer). Create an arrayItem class and store several item objects in this array. Note that main should create these item objects and add it to arrayItem. The arrayItem class must have a method called totalCost which calculates the cost of what you have saved so far.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
