#include #include #define N 5// using namespace std; void Print(int n, int array[]){ for (int j = 1; j <= n; j++) cout<<array[j]<<&quo...