Java ulangi 3 huruf terakhir string
word + word.substring(word.length()-3, word.length())
grizzco
word + word.substring(word.length()-3, word.length())