And what did the error say? Something like:

PayCheck.java:13: missing method body, or declare abstract
public double getPay();
^


how do you declare a method in Java? You...