Implement a method that takes a String message as an argument. The method translates all letters having an even index to uppercase (index 0 is considered even) and returns the result.
It's guaranteed that input strings will not be empty.
Sample Input 1:
computerSample Output 1:
CoMpUtErSample Input 2:
programmingSample Output 2:
PrOgRaMmInG