Question: Define a struct, fruitType, to store the following data about a fruit: fruit name (string) , color (string), fat(int), sugar(int), and carbohydrate (int).Write a program
Define a struct, fruitType, to store the following data about a fruit: fruit name (string) , color (string), fat(int), sugar(int), and carbohydrate (int).Write a program that declares a variable of type fruitType, reads input data about a fruit, and outputs the fruit data. It must read the data from a file named fruit.txt that is located in a folder at the top level of the c drive named fruit. So in DOS the file would be C:\Fruit\fruit.txt.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
