import java.util.Scanner; public class ErrorCheckingDriver { public static void main(String [] args) { Scanner in = new Scanner(System.in); // Repeatedly and recursively prompt for birth year // while year is not in the range 1900-1999 System.out.println("Done. Birth year: " + year); } }