Answered step by step
Verified Expert Solution
Question
1 Approved Answer
*** OOP LAB #11 One of your colleagues has started to a new project, which is a shop to sell mobile phones, and since you
*** OOP LAB #11 One of your colleagues has started to a new project, which is a shop to sell mobile phones, and since you are an expert in programming, your colleague asked you to create a program for him that organizes the list of store contents from (phones - chargers - headphones.phone cover - etc.) The program must perform the following tasks: Sort the contents according to the serial number. Sort contents by price. Arrange the contents according to the year of manufacture. Classify the contents by type; and then calculate the total price for each category and the number of contents for each category. Delete an item if it is sold. Create "StoreContents.txt" file as an input file, and then put the output for each of the statistics you calculated above into a different output file * * * *** * * * *** OOP LAB #11 One of your colleagues has started to a new project, which is a shop to sell mobile phones, and since you are an expert in programming, your colleague asked you to create a program for him that organizes the list of store contents from (phones - chargers - headphones.phone cover - etc.) The program must perform the following tasks: Sort the contents according to the serial number. Sort contents by price. Arrange the contents according to the year of manufacture. Classify the contents by type; and then calculate the total price for each category and the number of contents for each category. Delete an item if it is sold. Create "StoreContents.txt" file as an input file, and then put the output for each of the statistics you calculated above into a different output file * * * *** * * *
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started