Define a struct fruitType to store the following data about a fruit: Fruit name (string), color (string), fat (int), sugar (int), and carbohydrate (int). (1)
Assume the definition of Exercise 6. Declare a variable of type fruitType to store the following data: Fruit name—banana, color— yellow, fat—1, sugar—15, carbohydrate—22. (2)