The code is from http://algs4.cs.princeton.edu/11model/BinarySearch.java.html for Algorithms textbook.
import java.
If you have already set up the environment recommended for the course, only add this lines to your java file
import edu.princeton.cs.algs4.StdIn; import edu.princeton.cs.algs4.StdOut;