Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CSC240 Programming Assignment #1 PLEASE SEND CODE FOR C++ ON GDBONLINE!!!!! Assigned: Week 1 CSC240 Programming Assignment #1 Due: Week 2 Points: 50 Review the
CSC240 Programming Assignment #1
PLEASE SEND CODE FOR C++ ON GDBONLINE!!!!!
Assigned: Week 1 CSC240 Programming Assignment \#1 Due: Week 2 Points: 50 Review the material from the Gaddis Textbook up to and including the chapter on Arrays (Chapter 8). Create an application reflecting a set of product types such as apparel (shoes, sweats, pants, etc.), media (CD, DVD, book, movie, computer game, etc.), electronics (computers, smartphones, etc.). You will be writing a program to help a business manage the inventory for one of their product types. Select a product type and data, and create a Word document listing your dataset with at least 10 records with the following fields (Don't use Food Items since I will be demonstrating using this subject matter). Create a specification and design document. Note: Come up with your own data set. The following is just an example. All students should have different data. Sample Data: Requirements: 1. Store all of your 10 records of data into 4 parallel arrays using any technique you like (recommended that you use initializer lists). You may read from a file but this is not required. 2. Create a method to display the data as it is stored in the 4 arrays and 1 calculated column (Ext Price). Calculate the 5th column as the Extended Price (Quantity * Price). Use manipulators to format the data. 3. Create two methods to filter the list, first by category, then by one of the other 3 fields (your choice). 4. Create another method to produce a short footer output showing the totals and average using the following report format: Turning in your work: Please create and post to the Canva submission link, a zip file containing: 1. A Word document with the program output/screenshots 2. The .cpp code file(s)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