PLS HURRY!
Look at the image below
Answer choices are: 
if
for
while
                                             
                                          
                                          
                                        
											 
											The missing word is if.
For statements are used to iterate through objects, there is no object to iterate through with the code provided.
If you put while in the blank, an infinite loop will be created and there will be no output.
the if statement only makes sense.