/* Create a function that takes a word ~ and returns true if the word has two consecutive identical letters. */ bool double_letters(std::string word) { for (int i=0;i