These lines are still outside of the loop:
Code:
     // readFile r = new readFile();
        System.out.println("Please enter:\n 1 to add a business contact\n 2 to add a personal conatact"
                + "\n 3 to display the contacts \n 4 to Quit " );
        int enter = in.nextInt();
I'm done for tonight. Back tomorrow.