package zh.codegym.task.task02.task0208;
/*
一只猫是不够的
*/
public class Solution {
public static void main(String[] args) {
//在此编写你的代码
Cat kitty = new Cat();
Cat smokey = new Cat();
}
public static class Cat {
}
}
还是不太懂
正在讨论
评论 (2)
- 受欢迎
- 新
- 旧
你必须先登录才能发表评论
狗子
18 十二月 2020, 09:43
Cat a = new Cat();
Cat b = new Cat();
0
Misiu
2 九月 2020, 11:23
???
Code is correct.
0