String Manipulation Practice
replace.h
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Task
Swipe to start coding
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Solution
solution.cpp
Everything was clear?
Thanks for your feedback!