1 2 3 4 5 6 7
#include <iostream> int main() { const unsigned int ARR_SIZE = 5; int arr[ARR_SIZE] = { 1, 4, 8, 8, 2 }; for ( unsigned int