Page 1 of 1

getting error

Posted: Tue Feb 13, 2018 4:53 am
by maty.tsoraro@gmail.com
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

Re: getting error

Posted: Tue Feb 13, 2018 2:53 pm
by dbremmen@gmail.com
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)

Re: getting error

Posted: Thu Feb 15, 2018 4:45 am
by maty.tsoraro@gmail.com
yep! now the problem is fixed :)