this is my code whats wrong with it public class Solution { public static void main(String[] args) { Cat cat1 = new Cat(); } Cat cat2 = new Cat(); public static class Cat { plz help