Kursinnhold
C++ Data Types
C++ Data Types
String Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Oppgave
Swipe to start coding
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Løsning
solution
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 5
String Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Oppgave
Swipe to start coding
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Løsning
solution
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 5