Write a program to Reverse the words in the sentence "My name is Anurag Awasthi" Me: That's a very simple program. *Egotistically. Wrote it in few seconds.*
Sigiloso
String [] a = "My name is Anurag Awasthi".split("\\s+"); int n = a.length; for(int i = 0 ; i