Write a program to create two lists A and B. Then sort A in ascending order and B in descending order, and merge the contents A and B into a third list C. The resultant list C is required to be in ascending order. Program should not use the + operator to concatenate the lists.
Answers
Answered by
1
Answer:
Reffer the following attachment
Attachments:
Similar questions