Q1: Write a java program that make use of the following interfaces and classes to display the steps one should follow to prepare tea, coffee, and warm milk. Classes: 1- A class called ‘Tea’ to prepare...


Q1:



Write a java program that make use of the following interfaces and classes to display the steps one should follow to prepare tea, coffee, and warm milk.


Classes:


1- A class called ‘Tea’ to prepare tea.


2- A class called ‘Coffee’ to prepare coffee.


3- A class called ‘WarmMilk’ to prepare warm milk.


Interfaces:



  • ‘Pot’ has void FillPot(); method signature.

  • ‘Stove’ has void PutOnStove(); method signature.

  • ‘Cup’ has void PourIntoCup();method signature.

  • ‘Boil’ has void BoilPot(); method signature.

  • ‘HeatWithoutBoil’ has void JustHeat(); method signature.


To prepare tea or coffee, one should make sure that cold water and tea or coffee is mixed into the pot, boiled, and then it should be poured in cup.


To prepare warm milk, one should pour cold milk into a pot, heat the milk without reaching its boiling point. Then, pour the milk in a cup.


Make sure that you only use the interfaces that are appropriate for each class. For example, the ‘Tea’ class will only implement pot, stove, cup, boil interfaces.



Use a tester class to print the following output: (attached pic.)


Use a tester class to print the following output:<br>|-To prepare tea, use the following steps:<br>the pot with cold water and Tea.<br>Fill<br>up<br>Place the pot on top of the stove.<br>Bring the pot to boil.<br>Pour the tea from the pot into the cup and enjoy your drink.<br>-To prepare coffee, use the following steps:<br>Fill<br>dn<br>the pot with cold water and Coffee.<br>Place the pot on top of the stove.<br>Bring the pot to boil.<br>Pour the coffee from the pot into the cup and enjoy your drink<br>-To prepare warm milk, use the following steps:<br>Fill up the pot with cold milk.<br>Place the pot on top of the stove.<br>Heat the pot without reaching the boiling point.<br>Pour the warm milk from the pot into the cup and enjoy your drink<br>

Extracted text: Use a tester class to print the following output: |-To prepare tea, use the following steps: the pot with cold water and Tea. Fill up Place the pot on top of the stove. Bring the pot to boil. Pour the tea from the pot into the cup and enjoy your drink. -To prepare coffee, use the following steps: Fill dn the pot with cold water and Coffee. Place the pot on top of the stove. Bring the pot to boil. Pour the coffee from the pot into the cup and enjoy your drink -To prepare warm milk, use the following steps: Fill up the pot with cold milk. Place the pot on top of the stove. Heat the pot without reaching the boiling point. Pour the warm milk from the pot into the cup and enjoy your drink
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here