Saturday 19 June 2010

Write a c program to find out L.C.M. of two numbers.


.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px;
border: 0px 0px 0px 0px

}
.explanation{
color:#800000;
font-size:25px;
font-weight:900;
letter-spacing:15
}








LCM program in c with two numbers : 



#include

int main(){

 
int n1,n2,x,y;

 

No comments:

Post a Comment