7.9 LAB: Sorting TV Shows (dictionaries and lists) Write a7.9 LAB: Sorting TV Shows (dictionaries and lists)Write a program that first reads in the name of an input file and then reads the input file using the file.readlines() method. The input file contains… read more
Erwin Garcia
Master of Science
3,251 satisfied customers
You will be building a movie/actor lookup. The datayou will be building a movie/actor lookup. The data structure that will power your lookups will be a dictionary which maps movies (as strings) to a list of actors (you may also use a set if you prefer… read more
homeworkhelp111
Bachelor of Technology
1,581 satisfied customers
I need help with a project. Final Programming ProjectFinal Programming Project Assessment (200 Points toward Course Grade) Instructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, use file, looping, array, decision, accumulating, counting, find min/max and sorting techniques. First, create an MS Word document containing a hierarchy chart to organize your program modules. Second, create a RAPTOR flowchart to solve this problem. You MUST use Modular Programming techniques by using Sub Modules in your program. Your "main" module should not be very large. NEVER call "main" from inside your program. Also, do not use "recursion" in this program (submodules that call themselves). You are only allowed to use looping techniques to repeat sections of your submodules. Problem Statement Ledger's Furniture Store has 10 salespeople. Ledger's wants to produce a combined monthly sales report for all salespeople. Ledger's wants you to write a program that will allow them to enter data in any order, save the unsorted data to a file, and then produce a file in alphabetical order by name of the salespeople. The unsorted output file should be named "sales_unsorted.txt" and the sorted file should be named "sales_sorted.txt". Your unsorted file output should include: A list of the salespeople's names and the monthly sales for each of them. Your sorted file output should include: A list of the salespeople's name and the monthly sales for each of them. At the bottom of the report, list the following: o The total combined sales for all salespeople. o The average sales for all salespeople. o The salesperson with the lowest sales for the month. o The salesperson with the highest sales for the month. You must submit the unsorted and sorted files with your RAPTOR program to show that your program ran correctly. Here is your sample test data to use with your program. ONLY USE THIS DATA (do NOT make up your own text data for submission). This is to be typed in as user input. Salesperson Monthly Sales Joan $ 1525 Bob $ 1935 Lisa $ 2550 Tina $ 1745 Corey $ 3025 Chummily $ 1420 Rick $ 4560 Nancy $ 2645 Holly $ 1489 Frank $ 4450 Do not worry about the formatting of your output files since RAPTOR does not support formatting controls. The unsorted file should look similar to this: The sorted file should look similar to this: Joan Sales: $ 1525 Bob Sales: $ 1935 Bob Sales: $ 1935 Chummily Sales: $ 1420 Lisa Sales: $ 2550 Corey Sales: $ 3025 Tina Sales: $ 1745 Frank Sales: $ 4450 Corey Sales: $ 3025 Holly Sales: $ 1489 Chummily Sales: $ 1420 Joan Sales: $ 1525 Rick Sales: $ 4560 Lisa Sales: $ 2550 Nancy Sales: $ 2645 Nancy Sales: $ 2645 Holly Sales: $ 1489 Rick Sales: $ 4560 Frank Sales: $ 4450 Tina Sales: $ 1745 ====================== Total Sales: $ XXXXX Average Sales: $ XXXX Salesperson with Lowest Sales: name Salesperson with Highest Sales: name Other Requirements: Documentation: Use the "Comments" feature in RAPTOR to document each symbol in the flowchart. Be sure to identify the data type of each variable used in your comments. Be sure to explain what each formula and function does. Test and debug your Program: Use the sample input data, run the program, then check your answers with a calculator or Excel. If something did not match up, then fix your program. Program must execute and produce correct output. Read this page again to be sure you covered all requirements. Submission Instructions: You will submit 4 files for this project. You must submit the Hierarchy Chart in a MS Word or PDF file and a RAPTOR Flowchart file You must also submit the unsorted and sorted files (sales_unsorted.txt and sales_sorted.txt) to show that your program ran correctly. Each file will be uploaded separately into the submission for each quest … read more
LogicPro
Engineer
Bachelor of Technology
23,494 satisfied customers
Instructions: The following programming problem can beInstructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, use file, looping, array, deci… read more
LogicPro
Engineer
Bachelor of Technology
23,494 satisfied customers
I need help with this same question. Python and raptor.Final Programming Project Assessment (400 Points toward Course Grade) Instructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, use file, looping, array, decision, accumulating, counting, find min/max and sorting techniques. First, create an MS Word document containing a hierarchy chart to organize your program modules. Second, create a RAPTOR flowchart to solve this problem. Third, create the program with Python. You MUST use Modular Programming techniques by using Sub Modules in your program. Your "main" module should not be very large. NEVER call "main" from inside your program. Also, do not use "recursion" in this program (submodules that call themselves). You are only allowed to use looping techniques to repeat sections of your submodules. Problem Statement Ledger's Furniture Store has 10 salespeople. Ledger's wants to produce a combined monthly sales report for all salespeople. Ledger's wants you to write a program that will allow them to enter data in any order, save the unsorted data to a file, and then produce a file in alphabetical order by name of the salespeople. The unsorted output file should be named "sales_unsorted.txt" and the sorted file should be named "sales_sorted.txt". … read more
George Sibiya
PhD
4 satisfied customers
I've got an assignment due tonight by 11:59 EST and I'mI've got an assignment due tonight by 11:59 EST and I'm stumped. It's the Ledger's Furniture project but with the addition of creating the program in Python 2.7 … read more
LogicPro
Engineer
Bachelor of Technology
23,494 satisfied customers
Instructions: The following programming problem can beInstructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, use file, looping, array, deci… read more
LogicPro
Engineer
Bachelor of Technology
23,494 satisfied customers
Final Programming Project Assessment (400 Points towardFinal Programming Project Assessment (400 Points toward Course Grade) Instructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, a… read more
LogicPro
Engineer
Bachelor of Technology
23,494 satisfied customers
This is using RAPTOR, and must have sub modules. The main moduleThis is using RAPTOR, and must have sub modules. The main module cannot be very large. Ledger's Furniture Store has 10 salespeople. Ledger's wants to produce a combined monthly sales report for all sa… read more
Ingo U
Master's Degree
279 satisfied customers
Instructions: The following programming problem can beInstructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, use file, looping, array, deci… read more
LogicPro
Engineer
Bachelor of Technology
23,494 satisfied customers
Instructions: The following programming problem can be solvedInstructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, use file, looping, array, deci… read more
LogicPro
Engineer
Bachelor of Technology
23,494 satisfied customers
Instructions: The following programming problem can beInstructions: The following programming problem can be solved by a program that uses three basic tasks-Input Data, Process Data, and Output Results. To process the data, use file, looping, array, deci… read more
ATLProg
Software Engineer
Master's Degree
9,151 satisfied customers
Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.