Write a C++ program to do the following: Set up a structure/record to store products; each product has a name, a model number and a price. Choose appropriate types for these fields. Your program...


Write a C++ program to do the following:



  • Set up a structure/record to store products; each product has a name, a model number and a price.

  • Choose appropriate types for these fields.

  • Your program should contain a loop which allows entry via the keyboard of up to 10 products, to be stored in an array.

  • The loop can be stopped by entry of "quit" for the product name

  • Your program should include a function to display all the products details after the entry loop has finished.



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here