class SmartGuysInc { public static void main(String [] args) { Staff personnel = new Staff(); personnel.payday(); } }