The list list1 and list2 are strictly identical if their corresponding elements are equal. write a program that prints true if the list1 and list2 are strictly identical. FYI: you should ask the user how many values they will enter into the list. You should have all the list values from the user as well. ex: Enter list1: 5 2 5 6 1 6 Enter list2: 5 2 5 6 1 6 Two lists are strictly identical ex 2: Enter list1: 5 25 66 1 Enter list2: 5 25 616 Two lists are not strictly identical

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question
100%

We are using Python. Thank you. 

The list list1 and list2 are strictly identical if their corresponding elements are equal. write a program that prints true if
the list1 and list2 are strictly identical.
FYI: you should ask the user how many values they will enter into the list. You should have all the list values from the
user as well.
ex: Enter list1: 5 2 5 6 1 6
Enter list2: 5 2 5 6 1 6
Two lists are strictly identical
ex 2:
Enter list1: 5 25 66 1
Enter list2: 5 2 5 6 1
Two lists are not strictly identical
Transcribed Image Text:The list list1 and list2 are strictly identical if their corresponding elements are equal. write a program that prints true if the list1 and list2 are strictly identical. FYI: you should ask the user how many values they will enter into the list. You should have all the list values from the user as well. ex: Enter list1: 5 2 5 6 1 6 Enter list2: 5 2 5 6 1 6 Two lists are strictly identical ex 2: Enter list1: 5 25 66 1 Enter list2: 5 2 5 6 1 Two lists are not strictly identical
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT