coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 215 Exercise 6.17: #33

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Write a function to determine whether a string contains any capital letters. Write a function to change a string to all lowercase. Do the parameters you used in these functions have the same type? If so, why? If not, why not?