Question: Create two list variables. One as a tuple and one as a different list type ( you may choose the list type ) . The
Create two list variables. One as a tuple and one as a different list type you may choose the list type The data entered in each array block needs to be different. The first tuple variable needs to contain elements total. The second array also needs to contain different data even from the first and needs to contain elements total. After your arrays have been created pop an additional value to the end of the second array so they both contain elements.
Finally, you must use a method, with indexing, to iterate through all the elements in your arrays. The code will read out the elements in the first array first, alert the user the second array is coming, then read out the elements in the second array.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
