Create a class named Sandwich. Data fields include a String for the main ingredient (such as tuna), a String for bread type (such as 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 TestS sandwich that instantiates one Sandwich object and demonstrates the use of the set and get methods. Save this application as Test Sandwich.java.

Respuesta :

Answer:

Answer has been attached to this response in the form of two source code files. Please download the files and check for the answer.

Explanation:

Explanation has been given in the code files attached this response in the form of comments. Please go through the comments in the code for readability and understandability.

Ver imagen stigawithfun
Ver imagen stigawithfun