Help me in solving STRJ5V2 problem

My issue

it is also from o to r why isn’t it correct

My code

class Codechef
{
	public static void main (String[] args)
	{
		String word = "Programming";
        System.out.println(word.charAt(2));
        System.out.println(word.charAt(3));
 System.out.println(word.charAt(4));
       
      

	}
}

Learning course: Learn Java
Problem Link: CodeChef: Practical coding for everyone