Active Learning: Variables
Create a program with variables and use them.
- Create a string variable with the name of the character. Have the character say "Hello, my name is __" using the variable.
- Create a double variable for the amount to turn. Have the character turn that amount to the left, then the same amount to the right.
- Give a new value to the variable and have character make the same moves again. Use the clipboard to copy the code.
- Use your imagination to create an interesting scene using what you have learned so far.
Goals:
- There is a comment with your name and a description of the program. (1 point)
- You have at least 3 variables including string, integer and double (3 points)
- You have used meaningful names to the variables (2 points)
- You have at least 2 assign statements to give the viable new values. (2 points)
- You have created an interesting movie with a theme. (2 points)
Active Learning Index