getting error

Do you have a compilation error or a difficult problem to solve? Ask for help here
Post Reply
maty.tsoraro@gmail.com
Posts: 32
Joined: Thu Dec 21, 2017 10:06 pm

getting error

Post by maty.tsoraro@gmail.com » Tue Feb 13, 2018 4:53 am

hi
here is the url of the code
shuold work beacuse it is from course,but i am getting errors :(
what is the problem ?


http://www.beta.browxy.com#USER_155663

dbremmen@gmail.com
Posts: 63
Joined: Sun Jan 07, 2018 6:30 pm

Re: getting error

Post by dbremmen@gmail.com » Tue Feb 13, 2018 2:53 pm

Hi!

You have two problems in your code
a) D.java use the keyword "extands" instead of "extends"
b) foo.java class is a method that is not inside a class (you always need to enclose your methods inside a class)

maty.tsoraro@gmail.com
Posts: 32
Joined: Thu Dec 21, 2017 10:06 pm

Re: getting error

Post by maty.tsoraro@gmail.com » Thu Feb 15, 2018 4:45 am

yep! now the problem is fixed :)

Post Reply