bool duplicate(int numbers[], int length, int* duplication) { if (numbers == nullptr || length <= 0){ retur...