Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

I need help with the below question. It requires a raptor flowchart. Appreciate it if you can share the screenshots of the main and called

I need help with the below question. It requires a raptor flowchart. Appreciate it if you can share the screenshots of the main and called functions.

Pollen count levels are determined by ranges on the overall scale of 0-12. Usually, a High level is considered to be from 9.7 - 12.0, Medium is 4.9 - 9.6 and a low pollen count is considered to be from 0 - 4.8.

Using RAPTOR, design a modular program that analyzes a year's worth of pollen count data. In addition to main, the program should have a getData function that accepts the total pollen count for each of 12 months from the user and stores it in a 2-D array of type double. It should also have four value-returning functions that compute and return to main the totalPollenCount, averagePollenCount, lowestMonth, and highestMonth. These last two functions return the number of the month with the lowest and highest pollen count amounts, not the total amount of pollen counted those months. Notice that this month number can be used to obtain the amount of pollen that was counted those months. One additional function received a Pollen Count, determines if it is considered High, Medium or Low and returns a string value for the result to be displayed with the outputs. This information should be used either by main or by a displayReport function called by main to print a summary pollen count report similar to the following: 2021 Pollen Count Report for Hamilton County Average Pollen Count for the year: XX.XX [High, Medium, or Low] Average monthly Pollen Count: XX.XX [High, Medium, or Low] The lowest Pollen Count was in [month name here] with XX.XX [High, Medium, or Low] The highest Pollen Count was in [month name here] with XX.XX [High, Medium, or Low]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Accounting questions