Hi there π public class Me { private String name = "Yulia"; public void act() { System.out.println(this.name + " is keeping coding"); } }