Question: Write code in C++ 32. Two lists L ={Zg. Li. L.) and M = (M), Mi, MI, can be merged pairwise to produce the list

Write code in C++
32. Two lists L ={Zg. Li. L.) and M = (M), Mi, MI, can be merged pairwise to produce the list Lo Mo L M., Li M, Mj.j i. Write a program using the list class that prompts for the values of i and j and generates a list L with i numbers (1si5 and a list M with j numbers (1 sj 10). The entries in list L are random numbers in the range from 0 to 99, and the entries in M are random numbers in the range from 100 to 199.The program should output the initial lists L and M, merge them into a new list N, and output the resulting list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
