Assume that the greatest number is the first element (subscript zero). Compare with each element in the array (starting with subscript one), and every time you find one that is greater than the greatest so far, set your variable "greatest" to this number.
Chat with our AI personalities
One can get information about how to initialize a byte array in java on the website stackoverflow dot com. That website can learn one a lot about java.
[]temp = array[1] array[2]=array[1] array[1]=[]temp
yes
You add up all the array elements, then divide by the number of elements. You can use a nested for() loop in Java; inside the inner for() loop, you can both increase a counter (to count how many elements there are), and add to a "sum" variable.
To have a string split in Java means that a string array, containing substrings (can be delimited by elements of a specified string or Unicode character array), is returned.