// Textbook fragment 01.05 if ((i >= 0) && (i < a.length) && (a[i] > 2) ) x = a[i];