Advertisement
akosiraff

RainFall Program JAVA

Nov 11th, 2013
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/rain-fall-java/
  3. Write a program that collects and processes data about quarterly rainfall for one year. Your program should ask the user to enter rain fall amounts for each of the four quarters in the year. You must use a looping construct to collect the input for one quarter at a time until all four quartersโ€™ data is collected. For your programโ€™s output, you should name which quarter (i.e. Quarter 1, Quarter 2, Quarter 3, or Quarter 4) had the most rainfall, which quarter had the least rainfall, the average rainfall for the entire year, and the total rainfall for the entire year. All output should be displayed with meaningful descriptions.
  4. Download: http://solutionzip.com/downloads/rain-fall-java/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement