Question
java code (pseudocode) Imagine that you are a merchant and need to keep better tabs on your merchandise to know when to reorder supplies. First,
java code (pseudocode)
Imagine that you are a merchant and need to keep better tabs on your merchandise to know when to reorder supplies. First, write out pseudocode, and then create a program to help you by accomplishing the following tasks:
Use command line interface to ask the user to input the following. (You will need to convert this from a string to an integer.)
○ How many apples are on hand
○ How many apples should be in stock
○ How many oranges are on hand
○ How many oranges should be in stock
Perform an operation to determine how many of each item should be ordered to maintain the stock.
Use command line interface to output the number of apples and oranges that need to be ordered.
Once you have the program laid out, build it by creating a functional program. Use your pseudocode as a guide.
Step by Step Solution
3.37 Rating (153 Votes )
There are 3 Steps involved in it
Step: 1
Editable code Sample Code for Merchant order import javaxswingJOptionPane class Merchant Public Static void mainString Arg int AppleInHandAppleReqOran...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