Skip to content

Commit 443a88a

Browse files
committed
added review08 to chapter13
1 parent 50a5511 commit 443a88a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Chapter13/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@ What is a default argument and when would you use one?
8989

9090
## [Review 7](review/07.txt)
9191
How do you add functions together?
92+
93+
## [Review 8](review/08.txt)
94+
How do you color and label a graphed function?

Chapter13/review/08.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
We can color a graphed function by using its member function, void set_color(Color),
2+
and we can label it using a separate Text object, placed wherever we would like.

0 commit comments

Comments
 (0)