Question: Please help me with this problem.Programming is based on the Java language. Write the driver class for the Item class (you can call it ItemTest).
Please help me with this problem.Programming is based on the Java language.

Write the driver class for the Item class (you can call it ItemTest). In class Item Test initialize only two instances (2 objects) with the following values/initialization: Item number 101, Item quantity 85, Item price: 29.50 Item number 110, Item quantity 250, Item price: 7.99 The class Item Test prints/outputs the item number, quantity and price with a nice readability. Submit the complete source code for this part and (screen shots) sample output (note: put both classes in one file). {hint: Item al = new Item(101, 85, 29.50); }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
