Problem:
Question 1- Submit a user requirements specification for an online learning platform, where registered users can offer learning resources, like books, slides, assignments, videos etc. Other users can search, browse and buy these resources.
Question 2- Define a class called Pizza that has member variables to track the type of pizza (either deep dish, hand tossed, or pan) along with the size (either small, medium, or large) and the number of pepperoni and cheese toppings.
Please describe the code with the help of comments.