Create a program that will implement the diagram below: Product private: string productName; double unitPrice; int noOfltems; public: void setValues(string n, double u, int i); string getProdName(); int getNoOfitems(); double computePrice(); Product(); The constructor will put initial values: • productName="noname" • unitPrice = 1.0 • noOfitems = 1 Accept 3 product records and output the details. Implement arrays of object SAMPLE OUTPUT: Product 1: Enter product name: bawang Enter unit price: 2.5 Enter no of items: 3 Product 2: Enter product name: kalamansi Enter unit price: 1.5 Enter no of items: 4 3 Bawang cost 7.5 pesos 4 kalamansi cost 6 pesos

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Create a program that will implement the diagram below:
Product
private:
string productName;
double unitPrice;
int noOfItems;
public:
void setValues(string n, double u, int i);
string getProdName();
int getNoOfItems();
double computePrice();
Product();
The constructor will put initial values:
• productName="noname”
• unitPrice = 1.0
• noOfItems = 1
Accept 3 product records and output the details. Implement arrays of object
SAMPLE OUTPUT:
Product 1:
Enter product name: bawang
Enter unit price: 2.5
Enter no of items: 3
Product 2:
Enter product name: kalamansi
Enter unit price: 1.5
Enter no of items: 4
Bawang cost 7.5 pesos
4 kalamansi cost 6 pesos

Create a program that will implement the diagram below:
Product
private:
string productName;
double unitPrice;
int noOfitems;
public:
void setValues(string n, double u, int i);
string getProdName();
int getNoOfitems();
double computePrice();
Product();
The constructor will put initial values:
• productName="noname"
unitPrice = 1.0
noOfitems = 1
Accept 3 product records and output the details. Implement arrays of object
SAMPLE OUTPUT:
Product 1:
Enter product name: bawang
Enter unit price: 2.5
Enter no of items: 3
Product 2:
Enter product name: kalamansi
Enter unit price: 1.5
Enter no of items: 4
3 Bawang cost 7.5 pesos
4 kalamansi cost 6 pesos
Transcribed Image Text:Create a program that will implement the diagram below: Product private: string productName; double unitPrice; int noOfitems; public: void setValues(string n, double u, int i); string getProdName(); int getNoOfitems(); double computePrice(); Product(); The constructor will put initial values: • productName="noname" unitPrice = 1.0 noOfitems = 1 Accept 3 product records and output the details. Implement arrays of object SAMPLE OUTPUT: Product 1: Enter product name: bawang Enter unit price: 2.5 Enter no of items: 3 Product 2: Enter product name: kalamansi Enter unit price: 1.5 Enter no of items: 4 3 Bawang cost 7.5 pesos 4 kalamansi cost 6 pesos
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY