Thursday, February 17, 2011

if you need solution message me

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:

Anonymous said...

nice links

Unknown said...

vry useful site....u shud visit dis site 2 score gud marks....really awesome.....

Anonymous said...

i m impreessed

Anonymous said...

thank you sir for guiding me through my exams

Unknown said...

WAP to extract palindrome words from a sentence.
INPUT-MADAM his surname is ARORA.
OUTPUT-MADAM ARORA

Jojo said...

HAMMING DISTANCE

Unknown said...

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

Anonymous said...

encrypt ascii coded string.

Anonymous said...

i want isc 2004 solved....can u post it plss????????????? urgent......

Anonymous said...

d program on login time of 2004????solved plsss.....