<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
```
Replace this line with your code.
<do not remove the three backticks above>
please post your code here and tell us your problem what did you try? so we can help you better 
taleiy
#3
class Dog {
//The class constructor for the Dog class
public Dog () {
}
public static void main(String[] args) {
}
}
There’s no warn or error on the right part,but I cannot get through this part.
I’m new here,hope to get your help.
remove the comment you made then try
//The class constructor for the Dog class
taleiy
#5
Sincerely thank for answering,the problem’s solved.

1 Like
you have extra { bracket on line 12
remove that .
read the instruction carefully and take a look at the example in the lesson.
remove the static keyword from constructor
Always create your own new topic.dont post your problem in other’s topic . 
system
closed
#8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.