https://sites.google.com/site/javaprogramsisc/home/topic-wise-isc-practical/date-after-n-days
https://sites.google.com/site/javaprogramsisc/home/topic-wise-isc-practical/unique-digit-integers
https://sites.google.com/site/javaprogramsisc/home/topic-wise-isc-practical/positive-integers-in-sequence
10 comments:
nice links
vry useful site....u shud visit dis site 2 score gud marks....really awesome.....
i m impreessed
thank you sir for guiding me through my exams
WAP to extract palindrome words from a sentence.
INPUT-MADAM his surname is ARORA.
OUTPUT-MADAM ARORA
HAMMING DISTANCE
import java.io.*;
class PalinWords
{
public static void main(String arg[]) throws IOException
{
BufferedReader ob=new BufferedReader(new InputStreamReader(System.in));
String a, b, c;
int i, x, l, z, j;
x=0;
z=0;
System.out.println("Enter a sententence to find Palindrome words ");
a=ob.readLine();
a=a+" ";
l=a.length();
for(i=0;i=0;j--)
c=c+b.charAt(j);
if(b.equals(c))
{
z=z+1;
System.out.println("Palindrome words "+b);
}
x=i+1;
}
}
System.out.println("Total number of Palindrome words in a string are "+z);
}
}
Enter a sententence to find Palindrome words
MADAM HIS SURNAME IS ARORA
Palindrome words MADAM
Palindrome words ARORA
Total number of Palindrome words in a string are 2
encrypt ascii coded string.
i want isc 2004 solved....can u post it plss????????????? urgent......
d program on login time of 2004????solved plsss.....
Post a Comment