Create following array list and link list in c++
AL1 : 40, 60, 80, 10, 120, 1000 ; LL1 : 40, 60, 80, 10, 120,1000
AL2 : 1, 3.50, 5, 5.8, 6, 6.5; LL2 : 1, 3.50, 5, 5.8, 6, 6.5
AL3 : a,b,C, A, B, C, x, y, z; LL3 : a,b,C, A, B, C, x, y, z
Expert Answer
An answer will be send to you shortly. . . . .