udpate quiz ans

This commit is contained in:
Michael Elliot Braun 2016-03-31 17:39:17 -07:00
parent 7f3b07e43f
commit 3640ddbd0e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ After two button presses, **count** will be equal to 2.
## 5. If the rectangle below represents the BBC micro:bit, shade the areas that will be displayed after five button presses on Button A. Explain why that particular area is shaded.
```blocks
count_ = 0
let count_ = 0
input.onButtonPressed(Button.A, () => {
count_ = count_ + 1
basic.showNumber(count_, 100)