ICS3U Test Review Thinking Questions will be of this level of difficulty: Make an array with 5 names a) Count the number of "Bobs" in the array b) Count number of names that start with 'G' To get first character from array of strings use: names[i][0] Ask user of 10 numbers, store in an array a) Remove all the 7's b) Try it with a few 7's in a row Topics to Know: - Arrays (append, remove, extend) - Using Arrays with loops - For loops - While loops