[Solved] repeatingMissing You are given an array of size N. It contains numbers in the range 1-N(Both inclusive) with Java
![[Solved] repeatingMissing You are given an array of size N. It contains numbers in the range 1-N(Both inclusive) with Java [Solved] repeatingMissing You are given an array of size N. It contains numbers in the range 1-N(Both inclusive) with Java](https://realcoder.techss24.com/wp-content/uploads/2022/08/Solved-repeatingMissing-You-are-given-an-array-of-size-N.-It-contains-numbers-in-the-range-1-NBoth-inclusive-with-Java.png)
repeatingMissing: You are given an array of size N. It contains numbers in the range 1-N(Both inclusive). One of these numbers is repeating and one is missing in the array. Write a program to display these 2 numbers. The output…