Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Any advice on this? WestUs 234677 2356 132768 MidwestUS 672983 275 2346 Northeastus 346789 627 9874 SouthUS 2367820 236 9083 RegionsOutsideUS 678230495 566234 652783 c.
Any advice on this?
WestUs 234677 2356 132768 MidwestUS 672983 275 2346 Northeastus 346789 627 9874 SouthUS 2367820 236 9083 RegionsOutsideUS 678230495 566234 652783 c. Print a line showing the region name, total streamers and game streamer numbers and penetration and growth percentages. d. Add this region's values to the appropriate totals. e. Decide whether this region has higher values for total streamers and game streamer numbers or the percentages. 3. After all region data has been read in and processed, print the summary data. Output: Here is a sample of what your output should look like. Game Streaming Market Report Your name, cs2010, Class time Region Total s GS in 2015 Current GS Penetration Growth WestUS 234677 2356 132768 56.5% % 5535.35 Total/Avg XXXXXXXXXX XXXXXXXXX xxxxxxxxxx xx.x% Xxx.x Region with highest total streamer: Number of streamers: Region with most game streamer: Number of streamers: Region with highest penetration: Penetration $: Region with highest growth: Growth %: XXXXXXXXXXXXX XXXXXXXXXX xxxxxxxxxxxxx XXXXXXXXXX XXXXXXXXXXXXX xxxxxxxxxxxxx xx.x Program Documentation & Style: 1. Declare all constants and variables that your program uses at the beginning of your program. 2. Your program should include two types of comments. BE SPECIFIC! a. Header comments at the beginning of your program including lines with: Your name, course name, and class time Program assignment number, program file name (Use your last name, first initial, eg. LastF_pgm3.cpp) and due date - Purpose: a sentence or two explaining the purpose of the program - Input: a description of the input data needed by the program when you run it - Processing: a description of the processing (calculations) done by the program - Output: a description of the results (output) produced by the program b. In-line comments: There should be an in-line comment for each main step in your program. In general, this means at least one comment with each group of C++ statements that handles the input, the processing, and the output steps of your program. 3. Use meaningful identifier names 4. Include clear prompts for the user about entering the data. 5. Include clear descriptions of the results when you display them. 6. Format your output neatlyStep 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