I am taking an intro class to Java programming. All I need to do, is replicate the exact code that my professor has. As simple as I thought this would be (who was I kidding?), I am still having trouble. I am using Eclipse IDE for Java Developers (It is what my professor told us to use). The error I am getting on the first line states: the declared package does not match the expected package. How do I see what the expected package is?
Screen Shot.jpg
Can anyone recommend a video tutorial on the basics of the basics for Eclipse? My only experience is the very fundamentals of C++ where I used X-Code.