Question: Question 1 (50 points) a. Create a class named Sandwich. Data fields include a String for the main ingredient (such as tuna, chicken, beef, turkey
Question 1 (50 points)
a. Create a class named Sandwich. Data fields include a String for the main ingredient (such as tuna, chicken, beef, turkey), a String for bread type (such as wheat, multigrain, cracked wheat), and a double for price (such as 4.99). Include methods to get and set values for each of these fields. Save the class as Sandwich.java.
b. Create an application named TestSandwich that instantiates two Sandwich objects, a regular sandwich and a vegan sandwich with Tofu as the main ingredient. The regular sandwich is priced at 6.99 and the vegan sandwich is priced at 7.25. Demonstrates the use of the set and get methods and display the properties of both sandwiches in the console. Save this application as T estSandwich.java.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
