Question: A program that asks the user to input 2 lists of numbers, 5 numbers per list. The program should identify the common numbers in the
A program that asks the user to input 2 lists of numbers, 5 numbers per list. The program should identify the common numbers in the lists or the numbers that are present in both lists.
Example Input:
List 1: 20 3 59 1 3
List 2: 1 20 1 4 3
Output: 20 1 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
