8. Write program to check whether a number is Armstrong or not. (Hint] :A positive integer is called an Armstrong number if the sum of cubes of individual digit is equal to that number itself. For examples: 1. 153 = 1*1*1 + 5*5*5 + 3*3*3 // 153 is an Armstrong number. 2. 12 is not equal to 1*1*1+2*2*2 number. /| 12 is not an Armstrong

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 22PE
icon
Related questions
Question
100%
8. Write program to check whether a number is Armstrong or not.
[Hint] :A positive integer is called an Armstrong number if the sum of
cubes of individual digit is equal to that number itself. For examples:
1. 153 = 1*1*1 + 5*5*5 + 3*3*3
// 153 is an Armstrong number.
2. 12 is not equal to 1*1*1+2*2*2
// 12 is not an Armstrong
number.
Transcribed Image Text:8. Write program to check whether a number is Armstrong or not. [Hint] :A positive integer is called an Armstrong number if the sum of cubes of individual digit is equal to that number itself. For examples: 1. 153 = 1*1*1 + 5*5*5 + 3*3*3 // 153 is an Armstrong number. 2. 12 is not equal to 1*1*1+2*2*2 // 12 is not an Armstrong number.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr