Which combination of methods would you use to turn this string "Hello World" into this string "Hello beautiful World"? A
Posted: Mon Jun 06, 2022 12:51 pm
Which combination of methods would you use to turn this
string "Hello World" into this string "Hello
beautiful World"?
A.Array's join() then
String's split() methods
B.String's split() then
Array's join() methods
C.Array's split() then
String's join() methods
D.String's join() then
Array's split() methods
string "Hello World" into this string "Hello
beautiful World"?
A.Array's join() then
String's split() methods
B.String's split() then
Array's join() methods
C.Array's split() then
String's join() methods
D.String's join() then
Array's split() methods