//WAP for string reverse
class strrev
{
public static void main(String args[])
{
StringBuffer s=new StringBuffer("RAdaR");
s.reverse();
System.out.println("Reversed String :\t"+s);
}
}
WHAT'S NEW?
Loading...
Let led India to a new Technocratic Era
Indian Technocracy © 2015. All Rights Reserved.
Created by ThemeXpose
0 comments:
Post a Comment