Hello can someone help with this please
Write a receipt class.
Class to contain as data members
• The name of the store
• Array of prices of purchased goods, and member functions:
• Constructors
• get () and set () - for prices to work with individual elements of the array
• show () -...