1:In the space provided below, write a C++ code that asks a user to enter the names of their favorite albums along with the year each album was released one at a time. As the user enters the data, the program inserts each name into a linked list such that the list in ascending order based on the release year. Your program also allows the user to delete any of the albums from the list. The list maintained will always be in sorted order and will be displayed as such whenever the user is finished updating the list. You must use classes/objects, linked lists, and pointers.
Question #2:In the space provided below, write a C++ code that does the following:Your program should work as a simple calculator. It has a menu from which the user can select what type of operations is desired to be performed on two entered numbers. Your program will do the desired computation and display the result. However, your program must contain an exception handling routine for dividing a number by zero.Requirements:Using the embed icon shown above, include copies of your screenshots demoing the execution of your program for various input patterns.•c++ only
Include proper spacing and comments where needed
Requirements: /a