Abbreviate the given string. Consider Only Capital Letters.
EXAMPLE
If input is 'Abbreviation of The Given String' then output should be 'A T G S '. Note: There should be a space at the end of the abbreviated word.
In the swecond test case, you have:
x ='The Propose is to Make ABBREBIATION';
y_correct = 'T P M A ';
Are "is" and "to" to be ignored, or should the rule be "Only abbreviate words that begin with capital letters?"
magic
8420 Solvers
300 Solvers
Find the sum of the elements in the "second" diagonal
880 Solvers
Back to basics 4 - Search Path
280 Solvers
Fahrenheit to Celsius converter
262 Solvers