public void FindNumsAppearOnce(int [] array,int num1[] , int num2[]) { int diff = 0; for(int num:array) diff ^= num; diff &=&nb...