Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can I get some assistance with this C++ assignment. For insurance purposes, you have decided to write a menu driven program to track the items

Can I get some assistance with this C++ assignment.

image text in transcribed

For insurance purposes, you have decided to write a menu driven program to track the items in your house. You have chosen to store the information in an array of structures and display the information in various formats through a menu. The inventory structure should contain the fields and data types listed below. The program should allow for 20 household items. The menu selections should be similar to the ones listed below. Each menu selection should be a separate function. Enter information into the array structure. Keep track of the number of items read and allow for additional items to be entered during the execution of the program. The program should check that entered prices do not exceed $10,000 and that Y or N has been entered as the insured value. Display all of the items entered. The output should be in a report format with headings. Values should be aligned and numeric values should be displayed to 2 decimal places. Display the total quantity of items in your possession.Display the total value of all your assets. The total value of your assets is computed by multiplying each item by the quantity and summing the results. This value should be properly labeled and computed to 2 decimal places. Display only the Insured items

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

Focus On Geodatabases In ArcGIS Pro

Authors: David W. Allen

1st Edition

1589484452, 978-1589484450

More Books

Students also viewed these Databases questions