Respuesta :

Answer:

Explanation:

to find the highest  number in an array, the first thing to do is to define the array, that is, know how many element the array will store then, input the elements, and then to find the highest number among the inputted numbers, The first element in the array is made the default highest number. The first element is then compared with the others to see the higher one, if anyone is found, it is made the highest number and then compared with the rest of the array elements if there are still any. Note: the comparison of the new highest number will continue from the next number after the new number. so its not going to start from the start.  

I have attached a Microsoft document for the flowchart

Ver imagen michealademola08