Home /
Expert Answers /
Computer Science /
sandwich-java-and-testsandwich-hava-unit-4-programming-exercise-4-1-0-tasks-create-the-sandwic-pa615
(Solved): sandwich.java and TestSandwich.hava Unit 4: Programming Exercise 4-1 0 Tasks |=|| Create the Sandwic ...
sandwich.java and TestSandwich.hava
Unit 4: Programming Exercise 4-1 0 Tasks |=|| Create the Sandwich class. Add the three data fields to the Sandwich class. Add set and get methods for the mainIngredient data field. Add set and get methods for the bread data field. Add set and get methods for the price data field. Create the TestSandwich application. Run checks 3 > go JO JO Je Submit 0% 10 10 11 12 13 14 15 PPPPPPP 9002(0000) OAWNT 16 17 18 19 22 20 21 7 8 9 22 222222 23 12 2 3 4 5 6 1 67 24 25 26 27} AR
Java code for Sandwich.java and TestSandwich.java: CODE: //Sandwich.java: //Sandwich.java: //Sandwich class definition class Sandwich{ //data field - mainIngredient String mainIngredient; //data field - bread String bread; //data