Answered step by step
Verified Expert Solution
Link Copied!

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 1.
Table 1
Product Code Prefix Category
The product code must start with the specified prefix followed
by 4 digits (e.g.,"FD0123" for a food product). Ensure that the
quantity in stock and minimum reorder level are non-negative
values. The shelf number should be a value in the range of
100-990. 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 1:
You are required to perform 3 tasks.
Task 1: IPO Table
Create a table to divide the problem into 3 different
components (Input, Output & Processing).
Task 2: Solution Algorithm
Design a solution algorithm using flow-charts or
pseudo codes based on the preceding IPO table.
Task 3: Checking the Solution Algorithm
Perform desk checking with 2 sets of input test data.
Question 2 :
Program Implementation
Convert your solution algorithm to a complete Java program.
Handing in your work
In this Report should contain the following:
IPO table, pseudocode/flow 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.
image text in transcribed

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

Upgrading Oracle Databases Oracle Database New Features

Authors: Charles Kim, Gary Gordhamer, Sean Scott

1st Edition

B0BL12WFP6, 979-8359657501

More Books

Students also viewed these Databases questions