Multiple choice technology programming languages Which statement is necessary when using lists with FIND statements? FOR EACH FOR WHICH FOR EACH RECORD IN LOOP None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Model 204 User Language, when you want to loop through and process records that are stored in a list, you must use the FOR WHICH statement to iterate over the list members.