0
i have a doubt in creating class it is giving error
I don't know why ir keeps giving erroe
4 ответов
+ 3
Where is your constructor?
Please read the topic again.
0
Please post your code example and tag relevant language so we can help
0
package Animals;
public class Myclass {
public static void main(String[] args) {
Vechile v = new Vechile ("Red");
}
}
0
This is my code starting from