it says that I didn't make 2 variables but everything else is correct.this is my code public class Solution { public static void main(String[] args) { Cat kitty = new Cat(); } Cat smokey = new Cat(); public static class Cat {