Computer Science, asked by sevgiialii97, 21 days ago

Given a string, create a new string made up of its last two letters,
reversed and separated by a space.

Answers

Answered by chris888
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