String [] s = new String[0]; //new empty array s = append(s,"Kostas"); s = append(s,"Nashid"); s = append(s,"Jie Eun"); print(s.length); //should be 3 for(int i=0; i