String[] fruits =
{
   "banana" , "pear" , "orange" , null, favouriteFruit()
};