Answer the questions below while working on or after you finish the tutorial. Pay attention to the dialogs!
## 1. What is a 'function'?
## 2. Consider the following directions
Write the line of code to create a number variable that is initially 5.
<br/>
## 3. Consider the following directions
Write the line of code to use the condition 'on button pressed ("A")'
<br/>
## 4. Consider the following directions
Write the code that creates a function.
<br/>
## 5. Consider the following directions
Write the code to call the function that doubles the input number. (the function is going to provide the doubled value after it is called). The code will assign the new value (10) to a variable which we will call `doubled`.