Showing posts with label Pallindrome-using-charAt. Show all posts
Showing posts with label Pallindrome-using-charAt. Show all posts

Java Code For String Pallindrome:

    

 Java Code  For String   Pallindrome  Using CharAt( ):
=========================================

private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
String s, ns;
 int n, i;
 ns = "";