Example #1
0
 public static void main(String args[]) {
   Solution sol = new Solution();
   int A[] = {2};
   int elem = 3;
   System.out.println(sol.removeElement(A, elem));
 }