Given two unsorted arrays of integers.
a) Write a pseudocode algorithm which will output only the integersnot common to both arrays. When writing pseudocode, consider thatno implementation for data structures or algorithms exist.
b) Implement your algorithm in Modern C++