Variables in Game Labe (L5-6) Crossword
             
             
             
             
             
             
             
             
             
 
 
Down: 1) What is labeled in a program to store a piece of information that can be used multiple times? 2) We need to avoid missing up the order when you call your variables. The ________ have to appear on the left, and the value has to be on the right. 4) When you create a variable, your labels can NOT start with a __________. Across: 1) How do you declare a variable with the label named x? 3) What word do you use to creating the variable?5) Write the code to generate a random number between min and max.6) The following is a new variable for the y position. var yPosition = 50; Please use this variable in your program to draw an ellipse with x= 30, width= 100, height= 100
 

 

Create your own Crossword Puzzle for Free!
 Show Errors as I Type