Given a string, create a new string made up of its last two letters,
reversed and separated by a space.
Answers
Answered by
0
Answer:
take the string · 2. get the string length · 3. split the last 2 letters of that string · 4. store them in 2 variables · 5. create new string.
Similar questions