Question
Create a Raptor flowchart to accept 12 monthly rainfall amounts from the user and calculate the total, largest and smallest monthly rainfall amounts, and the
Create a Raptor flowchart to accept 12 monthly rainfall amounts from the user and calculate the total, largest and smallest monthly rainfall amounts, and the average amount. All calculations, except average, should be inside the loop accepting rainfall amount from the user. No sub-procedures are needed for this assignment. Display the total, the average, the largest monthly amount and the smallest monthly amount. Use a parallel array (see page 317) for the month number corresponding to the rainfall amount. Initialize it to the values 1 through 12.
Step 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