Java boolean Array - initializing a boolean array in java

depends on the position on the ā€œiā€ (initialize), covered below you CAN have multiple loops use the SAME variable!! Using the same ā€œiā€ for many loops Searching through an array/matrix. most simplest search through an matrix, is using the . linear search. starts from 0, and continues until it finds the target, OR ends at the end of the array ................
................