0
public class Animal { void bark() { System.out.println("Woof-Woof");
what is the probleme here ??
8 Respuestas
+ 10
}}
+ 6
i guess you did not closed it 
+ 3
}} missing.
0
public class Animal {
    void bark() {
        System.out.println("Woof-Woof");
    }
    void Bich(){
       System.out.println("Miouuu miouu") 
    }
}
class MyClass {
    public static void main(String[ ] args) {
        Animal dog = new Animal();
        Animal cat = new Animal ();
        dog bark();
        cat Bich();
    }
}
0
Animal dog = new Animal();
 any one plz help me know what this is for
0
the answer is the premeter dvided by the mass times by the equator line times by ur weight and thats how yu get the answers my children
- 1
sfbcsqdjgds cndc 



