Advertisement
101dogg

Untitled

Apr 25th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public static String s = "Хуй хуй хуй хУй ХуЙ";
  2.  
  3. public static void main(String[] args) {
  4. String g = s.toLowerCase();
  5. String[] strings = g.split(" ");
  6. for (int i = 0; i < strings.length; i++) {
  7. }
  8. int words = strings.length;
  9. System.out.println(words);
  10.  
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement