Question: Java code 1)- Rainfall Class Write a Rainfall class whose main method stores the total rainfall for each of 12 mon Write a Rainfall cass
Java code 1)- Rainfall Class Write a Rainfall class whose main method stores the total rainfall for each of 12 mon Write a Rainfall cass whose main method stores the total rainfall for each of 12 months into an array of doubles. The p methods that accept the array as an argument and return the following: the total rainfall for the year the average monthly rainfall -the month with the most rain the month with the least rain Input Validation: Do not accept negative numbers for monthly figures 5)-Larger than n In a program, write a method that accepts two arguments: an array and a number n. Assume that the array contains in tegers. The method should display all of the numbers in the array that are greater than the number n. Demonstrate the method in a complete program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
