The firstMiddleLast() method is a method of the Name class, and to call it, you must call it on a Name object. You're calling it as if it were a static method of the NameTest class, and it's not. So...