You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("\n3 digit Armstrong Numbers Are Numbers whose sum of cube of digits is the number itself\nEnter A 3 digit Number to check it it is Armstrong Number\n");
//153, 370, 371, 1634, and 9474 are some armstrong numbers