coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 238 Exercise 6.42: #44

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Give the second parameter of make_plural (§ 6.3.2, p. 224) a default argument of ’s’. Test your program by printing singular and plural versions of the words success and failure.