Array Values Example 1

string [] fruit; fruit[0] = "Apple"; fruit[1] = "Apricot"; fruit[3] = "Banana";
Peacock