Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please use the JAVA PROGRAMMING LANGUAGES Assume that you own a smart microwave. It can arrange the heating time on its own. Write a program

image text in transcribedplease use the JAVA PROGRAMMING LANGUAGES

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 9650 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

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

Database Internals A Deep Dive Into How Distributed Data Systems Work

Authors: Alex Petrov

1st Edition

1492040347, 978-1492040347

Students also viewed these Databases questions