The PLU football coach must submit to the NCAA officials the names of all players who will compete in the NCAA Division II championship game. Unfortunately, his keyboard malfunctioned and swapped the letters 'i' and 'e'. Write a program that reads all the names and prints them with the correct spelling.
The input contains a list of names, one name per line.
Print the same list of names, replacing every 'i' with 'e', every 'e' with 'i', every 'I' with 'E', and every 'E' with 'I'.