for(int i=0; i<s.length(); i++)
for(String c : s.split("");
for(char c : s.toCharArray());
s.chars().foreach(c -> {});