c program to exchange the value of 2 variables without using third variable algorithm Get link Facebook X Pinterest Email Other Apps By Unknown - August 22, 2012 C program to exchange the value of 2 variables without using third variable(flowchart) start input x,y x=X+y y=x-y x=x-y print x y stop Get link Facebook X Pinterest Email Other Apps Comments
flowchart C program to divide two number By Unknown - August 24, 2012 C program to calculate average( algorithm ) Read more
algorithm to calculate area of the rectangle By Unknown - August 22, 2012 C program to calculate area of the rectangle( flowchart ) start input l,b rec=l*b print rec stop Read more
flowchart c program to check input year is leap year or not By Unknown - August 24, 2012 C program to check input year is leap year or not( algorithm ) *correction: if year%4 and year%400 then its leap year else not Read more
Comments
Post a Comment