public class Disclaimer { public void printDisclaimer () { System.out.println("No instructors were harmed in the development of this course."); } }