×
×
Correct!
Use a function to combine (concatenate) the two strings:
str1 <- "Hello"
str2 <- "World"
@(5)(str1, @(4))
str1 <- "Hello"
str2 <- "World"
paste(str1, str2)
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 40 exercises.
Are you sure you want to continue?