The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
PLEASE HELP! This is do by the 30th of december. 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, findmin/max and sorting techniques. First, create an MS Word document containing a hierarchy chart and a data flowdiagram to organize your program modules. Second, create a pseudocode program using Notepad++ to solve thisproblem. Third, create the program with RAPTOR. You MUST use Modular Programming techniques by using SubModules (Sub Charts in RAPTOR) in your program. Your "main" module should not be very large. The rest of the instrctions are attached below
Â
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, findmin/max and sorting techniques. First, create an MS Word document containing ahierarchy chartand adata flowdiagramto organize your program modules. Second, create apseudocodeprogram using Notepad++ to solve thisproblem. Third, create the program withRAPTOR. You MUST use Modular Programming techniques by using SubModules (Sub Charts in RAPTOR) in your program. Your "main" module should not be very large.Problem StatementLedger's Furniture Store has 10 salespeople. Ledger's wants to produce a combined monthly sales report for allsalespeople. Ledger's wants you to write a program that will allow them to enter data in any order, save the unsorted datato a file, and then produce a file in alphabetical order by last name of the salespeople. The unsorted output file should benamed "sales_unsorted.txt" and the sorted file should be named "sales_sorted.txt".Yourunsortedfile output should include:A list of the salespeople’s names and the monthly sales for each of them.Yoursortedfile 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:oThe total combined sales for all salespeople.oThe average sales for all salespeople.oThe salesperson with the lowest sales for the month.oThe 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 yoursample test datato use with your program. This is to be typed in as user input.SalespersonMonthly SalesJoan$ 1525Bob$ 1935Lisa$ 2550Tina$ 1745Corey$ 3025Chummily$ 1420Rick$ 4560Nancy$ 2645Holly$ 1489Frank$ 4450
Attachments:
-----------