public class Example { public static void welcome() { System.out.printf("Welcome to the personal finance program.\n"); } }