Textreverse


Submit solution

Points: 10 (partial)
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
Java

Write a program to print the text in reverse order by interchanging the position of the words

Test case input:

Enter the Text:

I live in India. I am studying in college. The college is located in Coimbatore.

Output:

India in live I. college in studying am I. Coimbatore in located is college The.


Comments

There are no comments at the moment.