Write a program to display the Repeating and Missing numbers.
Repeating and Missing numbers: 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…