Array Values Example 2

string [] fruit; fruit += "Apple"; fruit += "Apricot"; fruit += "Banana";
Peacock