Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a new C++ empty project titled CS115_IP4_YourName in the IDE. Use 2 arrays: one for the products, and one for the quantities. Use loops

Create a new C++ empty project titled "CS115_IP4_YourName" in the IDE. Use 2 arrays: one for the products, and one for the quantities. Use loops to assign values to the arrays. Use loops to read and print values from the arrays. Reuse the functions that you developed in Week 2 and the customer class that you developed in Week 3. Changes can be done as needed. Complete the following in your code: Provide a list of available products Ask the customer to select products and quantities Save the provided details in arrays Read from the arrays to print the order summary; that is, the products, quantities, and the total price for each product Calculate and print the total price for the order. I need help writing this program can some one help me. I'm using dev c and i need it in english. Create a new C++ empty project titled "CS115_IP3_YourName" in the IDE. Design the customer class. Include at least the customer name and address for the class. Create class functions to set the class variables. Create class functions to get the values of the class variables. Create additional functions as necessary. Complete the following in your code: Implement the new class Create an object from the new class Set the customer details using the class functions Use the class functions to access the customer details Create a new C++ empty project titled "CS115_IP2_YourName" in the IDE. Determine the functions that you need to create (you need at least 3). Design and implement those functions in the IDE. Your program should provide the following additional functionality (in addition to the functionality provided in Week1): Ask customers to select multiple products and quantities Print the order summary, including the products, the quantities, and the total price for each product Calculate and print the total price for the order Compile and run the application to demonstrate a working program

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

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions