I do not understand why in this code:
public boolean fight(Cat anotherCat) {
    //write your code here
}

public static void main(String[] args) {

}
... The object anotherCat is used as a parameter, but this object is not made into the main method?