Do you have a compilation error or a difficult problem to solve? Ask for help here
-
dbremmen@gmail.com
- Posts: 63
- Joined: Sun Jan 07, 2018 6:30 pm
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)