package com.codegym.task.task02.task0208; /* One cat isn't enough */ public class Solution { public static void main(String[] args) { Car kitty = new Cat(); Cer limo = new Cat();//write your code here } public static class Cat { } }