Variables in Game Labe (L5-6) Crossword
                 
                 
                 
                 
                 
                 
                 
                 
 
 
Down: 1) 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. 2) How do you declare a variable with the label named x? 3) What word do you use to creating the variable?4) When you create a variable, your labels can NOT start with a __________. 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 Across: 5) What is labeled in a program to store a piece of information that can be used multiple times? 7) Write the code to generate a random number between min and max.8) 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