arr1 = {2,5,8}
arr2 = {2,4,9}
Expected output:
Element 1: number of pair count is:2
Element 2: number of pair count is:4
Element 3: number of pair count is:8

mariappan Default Asked on January 28, 2018 in Programming.
Add Comment
  • 0 Answer(s)
  • Your Answer

    By posting your answer, you agree to the privacy policy and terms of service.