Question: Using Java please solve Given a string, create a new string made up of its last two letters, reversed and separated by a space. Example
Using Java please solve

Given a string, create a new string made up of its last two letters, reversed and separated by a space. Example Given the word 'bat, return 't.a'. Function Description Complete the function /astLetters in the editor below. lastLetters has the following parameter(s): string word: a string to process Returns: string: a string of two space-separated characters Constraint e 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
