A common task is finding the largest element in an array. Your task: Read N, then read N integers. Print the maximum value.
C++20 sections · 1024 units
Open in CourseChallenge: Find Maximum
Search through array
Search through array
A common task is finding the largest element in an array. Your task: Read N, then read N integers. Print the maximum value.