Please do not use java, Use pseudocode. Declare two arrays named…

Question Answered step-by-step Please do not use java, Use pseudocode. Declare two arrays named… Please do not use java, Use pseudocode.Declare two arrays named days[], and dailyRainFall[] of size 7.  Ask the user to input values for days of the week and corresponding rain fall for all the SEVEN days. Write a program that will compute the total and average rainfall for the week.  You must use a for or while loop to get the values in the arrays.  Use another for or while loop to display rain Fall data in the following format:Day of the week                             daily rainfall           Sunday                                               3           Monday                                             5           Tuesday                                               4           Wednesday                                    7              Thursday                                             4            Friday                                                  3            Saturday                                            2  The total rain fall for the week is = xxxThe average rain fall for the week is = xxx Computer Science Engineering & Technology Software engineering ITP 100 Share QuestionEmailCopy link Comments (0)