With the cycle length of 20 to find the maximum array

Users questions:With the cycle length of 20 to find the maximum array
Experts answer:max = aa [0]; for (n = 0; n = 19; n + +) if (aa [n] = max) max = aa [n]; aa array is used to keep those few, max shall be a maximum.
  • This information provided by the users.Thanks!