Here is the challenge. I need to use the Android project. The array stores information about the amount of precipitation that fell on every day of February. Determine the average daily rainfall this month.
I understand how to solve it logically (you need to add all the numbers in the array and divide by the size of the array) but write the code does not work because I do not remember all the operators
Can you remind me of the operators for this task?
Thank you in advance!
=- assignment,+- addition,/- division. But seriously, this is written in any serious java manual. - Dmitriy Simushev