Answered step by step
Verified Expert Solution
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
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 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 solutionsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started