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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!