Answer:
C++.
Step-by-step explanation:
class BoxOfProduce {
private:
string fruit_bundles[3][5];
////////////////////////////////////////////////////////////////////////
public:
// Methods 1, 2 and 3
void setFruit(string fruit, int bundle, location) {
self.fruit_bundles[bundle][location] = fruit;
}
string getFruit(int bundle, int location) {
return self.fruit_bundles[bundle][location];
}
void printBundle(int bundle) {
cout<<"Bundle "<<i<<endl;
for (int j = 0; j < 5; j++) {
cout<<fruit_bundles[bundle][j]<<", ";
}
cout<<endl;
}
};
////////////////////////////////////////////////////////////////////////
// Main
int main() {
BoxofProduce box_of_produce1;
// Get fruit names from file and add to box_of_produce1
ifstream myfile("fruitList.text");
int line_number = rand() % 5 + 1;
string fruit;
if (myfile.is_open()) {
for (int i = 1; i <= line_number; i++) {
getline(myfile, fruit);
}
}
box_of_produce1.setFruit(fruit, 1);
// Print contents of bundle 1
box_of_produce.printBundle1(1);
// Left one - Allow the user to substitute any one of the five possible fruits or vegetables for any of the fruits or vegetables selected for the box.
return 0;
}