Question
In this task, you are required to initialize two one dimensional arrays X and Y based on the user input. Both arrays are integer arrays
In this task, you are required to initialize two one dimensional arrays X and Y based on the user input. Both arrays are integer arrays with 5 elements. The program should print on the screen the elements in X that appear in array Y.
In case all the elements in array X do not appear in array Y, then you should print None
Program Input:
One line contains 10 integers seperated by line spaces where the first 5 elements will be stored in array X and the second 5 elements with be stored in array Y.
Program Output:
One line that contains all the elements in array X that appear in array Y separated by one space.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started