Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions