Write a program to find Armstrong number 153 or 371?

Questions by Aniket Rawat

Showing Answers 1 - 4 of 4 Answers

Manohar

  • Aug 5th, 2011
 

Code
  1. # include<math.h>

  2. "%d",sum);}

  Was this answer useful?  Yes

nirosha

  • Aug 17th, 2011
 

153 is the armstrong nummber

Code
  1. #include<stdio.h>

  2. "Enter your number");

  3.      scanf("%d""%d",sum);

  4.       getch();

  5. }

  6.  

  Was this answer useful?  Yes

Tanuja Jaiswal

  • Jan 26th, 2012
 

Code
  1. #include<stdio.h>

  2. #include<conio.h>

  3. "Enter any number ");

  4. scanf("%d""The number %d is armstrong""The number %d is armstrong",num);

  5. getch();

  6. }

  7.  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions