e3max08 e3max08 08-03-2024 Computers and Technology contestada Determine what is printed by the following code. 1 list [12,0,0,5] 2 fizz 0 3 FOR EACH number IN list 4 { 5 if(number MOD 2=0) 6{ 7 fizz fizz+number 8 } 9 } 10 DISPLAY( fizz )