Read the scenario listed below and using the blocks construct the algorithm to solve the problem. Not all blocks will be used. Use indenting to differentiate the condition from the action. You will have multiple attempts to solve the problem.
Create an algorithm that will collect 14 days of data about pollen levels in the air. The algorithm needs to ask the user for the amount of pollen in the air each of the 14 days. It then needs to determine and print out if that pollen level is considered low or high. According to www.pollen.com a low level of pollen is 0 to 2.4 particles. Low-medium is 2.5 to 4.8 particles. Medium is 4.9 to 7.2 particles. Medium-high is 7.3 to 9.6 particles and high is anything above 9.7 particles. Additionally the algorithm needs to add up all pollen levels collected and display an average to the user.
Drag from here
Just reorgnize the blocks