This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Alternative solution:
Highest Number Events Local Variables array = 0 <Integer[10]> highest number = -1000000000 <Integer> i = 0 <Integer> index of highest number = 0 <Integer> Conditions Actions General - For each integer i from 0 to 9 with increment 1, do (Actions) Actions Variable - Set highest number = (Max(highest number, array[i])) Variable - Set index of higtest number = i
"index of highest number" is what you would call the "source".
Alternative solution:
"index of highest number" is what you would call the "source".