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
Which combination of methods would you use to turn this string "Hello World" into this string "Hello beautiful World"? A
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am