Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Scenario: A grocery store manager wants to establish a system to manage product inventory. The manager would like to use the system to input information
Scenario:
A grocery store manager wants to establish a system to
manage product inventory. The manager would like to use the
system to input information such as product code, product
name, quantity in stock, minimum reorder level, and shelf
number for each product. The system will categorize products
based on their type, identified by a product code prefix as
shown in Table
Table
Product Code Prefix Category
The product code must start with the specified prefix followed
by digits egFD for a food product Ensure that the
quantity in stock and minimum reorder level are nonnegative
values. The shelf number should be a value in the range of
Allow the manager to rectify any invalid input and
continue the data entry process until they decide to stop.
Once the manager finishes entering records, display the total
quantity in stock for each product category.
You are free to design the interface or menu design
Question :
You are required to perform tasks.
Task : IPO Table
Create a table to divide the problem into different
components Input Output & Processing
Task : Solution Algorithm
Design a solution algorithm using flowcharts or
pseudo codes based on the preceding IPO table.
Task : Checking the Solution Algorithm
Perform desk checking with sets of input test data.
Question :
Program Implementation
Convert your solution algorithm to a complete Java program.
Handing in your work
In this Report should contain the following:
IPO table, pseudocodeflow charts, and desk checking
tables.
Java source code.include the file preferably netbeans or
Jcrater
Description of the program with some screen shots of the
running program and explanation.
Step 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