• Page Versions
Key:  additions   deletions
Showing 4 pages
Date/Time Made By Edit Note Type Scope
Aug 26 2007, 1:18 PM EDT intel_ram2002
 
edit 15 words added
1 word deleted
Change: Hi Friends Here U Will Find Some Usefull C-Programs More Programs Are In Comments.......... Armstrong NumbersNumbers: #include<stdio.h>int main(){int i,j,k,l,m;printf("give the number to find Armstrong (three digit)\n\n");scanf("%d",&i);j=i/100;k=i%100;l=k/10;m=k%10;j=j*j*j;l=l*l*l;m=m*m*m;if(i==j+l+m){printf("yes %d is an Armstrong number\n\n",i);}elseprintf("not   View changes from previous version. (Word count: 89)
Aug 26 2007, 1:15 PM EDT intel_ram2002
 
edit
Aug 26 2007, 1:15 PM EDT intel_ram2002
 
edit 39 words added
Aug 26 2007, 1:13 PM EDT intel_ram2002
 
create No content added or deleted.