Create a Flowgorithm program
60 likes | 221 Vues
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>
Create a Flowgorithm program
E N D
Presentation Transcript
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.