Instructions

Students will create a program that turns their robot into a true rover. 

2. Create Variables

Next, you need to create variables for the temperature data and humidity data.  A variable is a place to store data.  Just like in math, where variables are used to represent an unknown number, the variables in our program will be used to store the temperature and humidity values that we do not yet know.

Click on the Variables tab and then Create variable.



A popup window will open for you to name your new variable.  Type in “Temperature”. Repeat this process to create a variable for Humidity as well.


When you have finished, you should have two new variable blocks - one for temperature and another for humidity.