Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CIS 180 Homework 2 Inventory Tracker (100 pts total) This homework one large project broken up into milestones to help you complete the entire project

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
CIS 180 Homework 2 Inventory Tracker (100 pts total) This homework one large project broken up into milestones to help you complete the entire project in smaller manageable and testable sections. Do not move onto another milestone until you are 100% sure you have completed the last. If you get stuck and need help you will not receive any help if you ignore the milestones and try coding everything all at once. There are points associated with every part of the project. Make sure you check off every point to get full credit. Start early, plan ahead, and code accordingly Concepts that will be used: Loops Reading and Writing from text files (try/catch blocks) Arrays Switch structures Using classes for modularity. - Overall Picture: As you can see from the class diagram below, there are three classes. The Item class which maintains information about particular item. One instance is one item. The Inventory class uses an array to maintain all the Items in the inventory. The InventoryTrackerlnterface class creates an instance of Inventory and talks to the user to perform operations. As such this will be the class that has the main method

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