please write a class Sandwich that has attributes for breadType, base cost, cost per item, and an array list of type string for items.
Add get methods for all the attributes.
Add an addItem method that accepts a string value of the item to add to the arraylist of items.
add a getTotalCost method that returns the base cost + the cost per item * the number of items in the items array list
please write a class Sandwich that has attributes for breadType, base cost, cost per item, and an array list of type str
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am