Неизвестная ошибка компиляции в стр27
package com.javarush.task.task05.task0527;
/*
Том и Джерри
*/
public class Solution {
public static void main(String[] args) {
Mouse jerryMouse = new Mouse("Jerry", 12, 5);
Dog spikeDog=new Dog("Spike",90,4);
Cat tomCat=new Cat("Tom",30,15);
}
public static class Mouse {
String name;
int height;
int tail;
public Mouse(String name, int height, int tail) {
this.name = name;
this.height = height;
this.tail = tail;
}
}
public static class Dog{
String name;
int height=height;
int tail=tail;
public Dog(String name,int height,int teil){
this.name=name;
this.height=height;
this.tail=tail;}
}
public static class Cat{
String name;
int height;
int tail;
public Cat(String name,int height,int tail){
this.name=name;
this.height=height;
this.tail=tail;}
}
}