class CodeExit { public void out() { System.out.println("\nThank you for using the Employee Management System!"); System.exit(0); } }