Question: c++ program (only use arrray and loop and if/else condition.. don't use any function or interception or vector because I am a beginner so make
c++ program
(only use arrray and loop and if/else condition.. don't use any function or interception or vector because I am a beginner so make the program only beginner level.)

Task 2: Write a C++ program in which, read two integer array from user. Take intersection of both array and display the resultant array. Example: Input: Array 1: 1 2 3 a 5 Array2:673410 Output: Array: 3 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
