Page 1 of 1

Using RAPTOR, design a modular program that analyzes a year's worth of rainfall data. In addition to main, the program s

Posted: Tue Jul 12, 2022 8:20 am
by answerhappygod
Using Raptor Design A Modular Program That Analyzes A Year S Worth Of Rainfall Data In Addition To Main The Program S 1
Using Raptor Design A Modular Program That Analyzes A Year S Worth Of Rainfall Data In Addition To Main The Program S 1 (26.32 KiB) Viewed 38 times
COULD SOMEONE SHOW ME WHAT THE RAPTOR FLOWCHART FOR THIS WOULDLOOK LIKE? I DO NOT NEED THE C++ CODE, ONLY THE RAPTORFLOWCHART.
Using RAPTOR, design a modular program that analyzes a year's worth of rainfall data. In addition to main, the program should have a getData function that accepts the total rainfall 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 total Rainfall, average Rainfall, driest Month, and wettest Month. These last two functions return the number of the month with the lowest and highest rainfall amounts, not the amount of rain that fell those months. Notice that this month number can be used to obtain the amount of rain that fell those months. This information should be used either by main or by a displayReport function called by main to print a summary rainfall report similar to the following: 2021 Rain Report for Bell County Total rainfall: XX.XX inches Average monthl rainfall: X.XX inches The least rain fell in [month name here] with X.XX inches. The most rain fell in [month name here] with X.XX inches. Upload your Flowchart (RAPTOR) file as your submission for this question.