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
This is a free help Forum for Indian Students.
Complete IIT AIEEE ICSE ISC PMT help forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
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  SearchSearch  Latest imagesLatest images  RegisterRegister  Log in  India NewsIndia News  
Keywords
physics 2006 2010 prelim CASE science graph UNION computer SELECT paper papers YEAR 2004 CLASS RESULT 2007 2009 question ICSE
Latest topics
» Nitration of aniline - IIT JEE 2018 Advanced - solved
ICSE - solve  the computer program EmptyFri Jun 08, 2018 2:34 am by adianadiadi

» Diamagnetic - Paramagnetic - Ni(CO)4, [Ni(CN)4]2- and [NiCl4
ICSE - solve  the computer program EmptyFri Apr 06, 2018 1:05 am by adianadiadi

» IIT JEE chemistry solved interactive question paper
ICSE - solve  the computer program EmptySun Oct 29, 2017 12:11 pm by adianadiadi

» IIT JEE 2015 SOLVED QUESTION PAPER
ICSE - solve  the computer program EmptyWed Oct 19, 2016 1:44 pm by adianadiadi

» IIT JEE chemistry solved questions
ICSE - solve  the computer program EmptySat Jul 18, 2015 6:15 pm by adianadiadi

» General Description of Chinese Market for Foaming Agent ADC
ICSE - solve  the computer program EmptyFri May 09, 2014 2:09 pm by happybaicaitou

» How to get Lowest Cost MBBS Admission?
ICSE - solve  the computer program EmptyMon Feb 24, 2014 6:39 pm by MENTOR 2014

»  girl boy vashikaran specialist agori baba ji +91-9461165
ICSE - solve  the computer program EmptyTue Jan 21, 2014 6:00 pm by krshastri

»  STRONG LOST LOVE SPELL +91-9461165176
ICSE - solve  the computer program EmptyTue Jan 21, 2014 6:00 pm by krshastri

Top posters
abhas
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
Anu..i luv icse...:)
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
G-7
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
siya
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
Candy
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
jOhNy
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
Apurva
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
WinRrule
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
ambili
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 
saif
ICSE - solve  the computer program Vote_lcapICSE - solve  the computer program Voting_barICSE - solve  the computer program Vote_rcap 



Search if you can't find it here

solve the computer program

View previous topic View next topic Go down
AuthorMessage
nausheen
Active member
Active member



ICSE - solve  the computer program Vide
PostSubject: solve the computer program ICSE - solve  the computer program EmptyTue Feb 05, 2008 6:31 pm

write a program in java to enter 2 numbers and  find the H.C.F and L.C.M and display the result.
Back to top Go down
abhas
Active member
Active member
abhas


ICSE - solve  the computer program Vide
PostSubject: ICSE Java ICSE - solve  the computer program EmptyTue Feb 05, 2008 7:41 pm

// icse java hcf lcm program using bluej ide

class hcfLcm
{
void main(int a,int b)
{

int h=1;
for(int c=2;c<=a;c++)
{
if(a%c==0 && b%c==0)
h=c;
}
int l=(a*b)/h;

System.out.println("HCF:"+h);
System.out.println("LCM:"+l);
}
}
Back to top Go down
debangana




ICSE - solve  the computer program Vide
PostSubject: Re: solve the computer program ICSE - solve  the computer program EmptyFri Jul 09, 2010 9:21 pm

plzz tell me a site where good programs can be found for icse practice
Back to top Go down
Sponsored content




ICSE - solve  the computer program Vide
PostSubject: Re: solve the computer program ICSE - solve  the computer program Empty

Back to top Go down

solve the computer 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-