314,056 views
14 votes
14 votes
Write a function using statements called Print Reportl) which will take no float

arrays (array), array2), and an integer as the size of the array/ as parameters
The method prints the report as given below.
Note: Use the functions already defined 10 print day in letters, minimum rainfall.
maximum rainfall and average rainfall.
Sample Output:
Day
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
District A
160.5
180
150
110
290
140.5
165
District B
180
100.5
S15
170
155
165
195
Minimum
160.5
100.5
150
110
155
140.5
165
Maximum
180
180
515
170
290
165
195
Rainfall Range
District A: Min-T10 Max-290
District B: Min-100.5 Max=515
Average Rainfall
District A: 170.86
District B: 211.5​

User Mamie
by
3.2k points

1 Answer

21 votes
21 votes

Answer:

the answer is going to be district b

User Handoko
by
3.0k points