60 likes | 198 Views
FOR MORE CLASSES VISIT<br>tutorialoutletdotcom <br><br>Create a Flowgorithm program as follows.<br>Include the usual comment lines for Author, Date and Description.<br>Declare a Real array for the rainfall amounts, with an array size of 12. Also, declare Real variables for total rainfall (and initialize it to 0), average rainfall, the highest amount of rainfall, and the lowest amount of rainfall.<br>
E N D
Create a Flowgorithmprograms • FOR MORE CLASSES VISIT • tutorialoutletdotcom • Create a Flowgorithm program as follows. • Include the usual comment lines for Author, Date and Description. • Declare a Real array for the rainfall amounts, with an array size of 12. Also, declare Real variables for total rainfall (and initialize it to 0), average rainfall, the highest amount of rainfall, and the lowest amount of rainfall.