I wrote the following class:
public class Dog { private int age = 9; private String name = "newton"; public String bark() {