Problem
William Wingate runs a pizza-analysis service. For each pizza, he needs to record the following information:
In The name of the pizza company, which can consist of more than one word n The diameter of the pizza n The weight of the pizza Devise a structure that can hold this information and write a program that uses a structure variable of that type. The program should ask the user to enter each of the preceding items of information, and then the program should display that information. Use cin (or its methods) and cout.