In the following code, we define two variables, `xPos` and `yPos`, and use them to draw a rectangle:
```
var xPos = 10;
var yPos = 5;
rect(xPos, yPos, 10, 10);
```
At what x position is the rectangle drawn?
[[☃ input-number 1]]
Learn To Be brings free online tutoring students around the United States. Volunteer and gain community service hours while helping students who need it./p>