Complete IIT AIEEE ICSE ISC PMT help forum
This is a free help Forum for Indian Students.
Complete IIT AIEEE ICSE ISC PMT help forum

Complete help forum for students preparing for icse iit aieee cbse pmt and other related exams.Stay updated about all 2011 exams.
 
HomeHome  PortalPortal  FAQFAQ  SearchSearch  RegisterRegister  MemberlistMemberlist  UsergroupsUsergroups  Log in  India NewsIndia News  
Keywords
2009 question Icse board programs result PAPERS time CHEMISTRY class 2008 sample SYLLABUS english practical TEST maths table 10th MODEL timetable computer java Exam 2011 Results
Latest topics
» optical fibre????
Fri May 18, 2012 8:54 pm by mahnoorbloch

» physics............
Fri May 18, 2012 8:43 pm by mahnoorbloch

» magnetism...........chapter
Fri May 18, 2012 8:33 pm by mahnoorbloch

» ac generator
Fri May 18, 2012 7:46 pm by mahnoorbloch

» Great website for maths
Sun May 06, 2012 9:39 am by mahnoorbloch

» BlueJ prog
Tue Apr 24, 2012 11:53 am by arryaan

» GBTU SEE 2012 22 April
Sat Apr 21, 2012 11:17 am by shreya94

» GBTU SEE or UPTU SEE 2012 Expected cutoff marks
Sat Apr 21, 2012 11:16 am by shreya94

» GBTU SEE 2012 UPTU SEE 2012 Solutions Answer key discussion
Sat Apr 21, 2012 11:15 am by shreya94

Top posters
abhas
 
Anu..i luv icse...:)
 
G-7
 
siya
 
Candy
 
jOhNy
 
Apurva
 
WinRrule
 
ambili
 
saif
 



Search if you can't find it here

Bluej program

View previous topic View next topic Go down
AuthorMessage
SarbenduRay




PostSubject: Bluej program Sat Feb 13, 2010 4:48 pm

Write a program in bluej to check a number is palindrome or not.??
Back to top Go down
View user profile
priya_lorha




PostSubject: Try yourself a bit here is the main segment Thu Feb 18, 2010 9:37 am

void main(int n)
{ int k=n;
int s=0;
while(k!=0)
{int r=k%10;
s=s*10+r;
k=k/10;}
if(n==s)
s.o.pln("Pallindrome");
}
}
int n=27
r=7 r=2
s=7 r=72
k=2 k=0
s=72
n=27
not a pallindrome no
Back to top Go down
View user profile

Bluej program

View previous topic View next topic Back to top
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Complete IIT AIEEE ICSE ISC PMT help forum :: Computer :: Computer help forum-