Problem
1. Declare an array of char and initialize it to the string "cheeseburger".
2. Declare a string object and initialize it to the string "Waldorf Salad".
3. Devise a structure declaration that describes a fish. The structure should include the kind, the weight in whole ounces, and the length in fractional inches.