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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which combination of methods would you use to turn this string "Hello World" into this string "Hello beautiful World"? A
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!