News
import java.util.Scanner; public class armstrong { public static void main(String args[]) { Scanner sc=new Scanner(System.in); int num=sc.nextInt(); int temp=num; int ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results