Rainfall Analysis System is a program that reads rainfall data
in inches for yearly quarters, for the last five years. The program
should compute the average rainfall per quarter (for the last five
years), the average rainfall per year and the maximum rainfall per
quarter and for each year.
Use the case diagram for the above case study. Based on the use
case, write an Object-Oriented Java program.
RainfallAnalysis read_rainfall_data computeAverageQuartely Admin computeAverage Yearly computeMaximum print rainfall
Rainfall Analysis System is a program that reads rainfall data in inches for yearly quarters, for the last five years. T
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am