Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please write the code in JAVA. Assume that you own a smart microwave. It can arrange the heating time on its own. Write a program

image text in transcribedPlease write the code in JAVA.

Assume that you own a smart microwave. It can arrange the heating time on its own. Write a program that asks number of items that the user wants to heat in this microwave. Also, get the type of this food from the user as well (Meat, Vegetable or Bakery Products). According to the given inputs, calculate and display the recommended heating time. You should come up with default heating times from each type of food. If the user wants to heat up just a single item, use the default heating time. If the user wants to heat up just a two item, use %50 more than the default heating time. If the user wants to heat up just a three item, use %75 more than the default heating time. Heating more than three items at once is not recommended, so don't allow it. The prompt messages for the user is entirely up to you. Sample outputs are just inserted here for you to understand the question better. You can and should develop your own solutions. SAMPLE OUTPUT 1 What is the food type that you want to heat? Press 1 for meat Press 2 for vegetable Press 3 for bakery 3 How many items you have? 2 Calculating.... You should heat your food 3 minutes SAMPLE OUTPUT 2 What is the food type that you want to heat? Press 1 for meat Press 2 for vegetable Press 3 for bakery 1 How many items you have? 5 1-11h not heating.. Sorry

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Databases With Application To GIS

Authors: Philippe Rigaux, Michel Scholl, Agnès Voisard

1st Edition

1558605886, 978-1558605886

More Books

Students also viewed these Databases questions

Question

=+a. Is it relevant to the audience?

Answered: 1 week ago