Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Nov 3, 2015
1 parent 8c9c621 commit a2a53f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch05/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ while (cin >> s && s != sought)
##Exercise 5.2
>What is a block? When might you might use a block?
A block is a (possiby empty) sequence of statements and declarations surrounded by a pair of curly braces.It's used when multiple statements are needed.For example:
A block is a (possibly empty) sequence of statements and declarations surrounded by a pair of curly braces.It's used when multiple statements are needed.For example:
```cpp
while (val <= 10)
{
Expand Down

0 comments on commit a2a53f1

Please sign in to comment.