answersLogoWhite

0

import java.io.*;

public class Jerry

{

public static void main(String as[]) throws IOException

{

int k=Integer.parseInt(as[0]);

int n=k;

int d=0,s=0;

while(n>0)

{

d=n%10;

s=s+(d*d*d);

n=n/10;

}

if(k==s)

System.out.println("Armstrong number");

else

System.out.println("not Armstrong number");

}

}

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write a program By using if else statement to read a number and check whether it is positive or negative?

write a c++program by using if statement to read a number and check whether it is positive or negative


To find Armstrong number in java?

/*Program to find whether given no. is Armstrong or not. Example : Input - 153 Output - 1^3 + 5^3 + 3^3 = 153, so it is Armstrong no. */ class Armstrong{ public static void main(String args[]){ int num = Integer.parseInt(args[0]); int n = num; //use to check at last time int check=0,remainder; while(num > 0){ remainder = num % 10; check = check + (int)Math.pow(remainder,3); num = num / 10; } if(check == n) System.out.println(n+" is an Armstrong Number"); else System.out.println(n+" is not a Armstrong Number"); } }


How do you write a C program to check whether the number is odd or even Ps-using DEV complier?

To write a C program to determine if something is odd or even you need to be a programmer. To write a program in C is complicate and only done by programmers.


Lab manual in mca 1st sem from ignou?

write a program in C to check whether a given number is apalindrome or not


Could you write a assembly language program in tasm To check whether a given number present in a sequence of given memory location containing the string to be checked in 8086?

8086 assembly language program to check wether given number is perfect or not


Program to check whether the given number is an Armstrong number?

<html> <head> <Script Language="JavaScript"> var a,n,b=0,t; n=parseInt(window.prompt("enter n","0")); t=n; while(n>0) { a=n%10; b=b+a*a*a; n=n/10; } if(b==t) { document.writeln("Armstrong no"); } else { document.writeln("Not an Armstrong no"); } </script> </head> </html>


Write a shell program to check and display 10 leap years?

dono


Write a C program that takes a binary file as input and finds error check using different mechanisms?

write a c program that takes a binary file as input and finds error check using different mechanisms.


How do you write the number 11000 on check?

Eleven thousand


How do I properly write my account number on a check?

To properly write your account number on a check, locate the designated area on the check where the account number should be written. Carefully copy the account number from your bank statement or online account to ensure accuracy. Write the account number clearly and legibly to avoid any errors or confusion.


Were do you write your account number on a check?

Put it on the memo line


How do you write the number 47 in words on a check?

Forty-seven.