char [] vowels = {'a','e','b'}; for (char ch: vowels){ System.out.println(ch); }