ergsehryj5etjry ergsehryj5etjry 21-04-2020 Computers and Technology contestada JAVA Write a method that takes the last two values of a String and adds those two values three more times on to the end of the String. For example, repeatTwo("karel") would return "karelelelel". public static String repeatTwo(String word){ }