the first time using binary search (or any new search routine) you should do rigorous testing to make sure it behaves exactly how you want it. 20 print lines is common. sometimes it helps to use JOptionPane so you can control the speed the program iterates, and follow along on paper. it is especially important to check the ends and center with binary search. also just to be sure, remember with any