Write a linux shell program to perform find the sum of the digits of a given number 22:47 Find the sum of the digits of a given number Click me to definition of Sum of digits Code: clear echo ----------------------...
Armstrong Number 22:29 A number is armstrong if the sum of cubes of individual digits of a number is equal to the number itself. For example ...
perfect number 22:25 A perfect number is a number such that the sum of its factors including 1 and excluding itself is equal to the number Example: ...
Adam Number 22:21 If the square of a number and the reverse of square of the same number are palindrome to each other, then the number is Adam nu...
Palindrome 22:08 A polindrome is a word or a number or a sequence of units that is able to be read the same way from either direction, be it f...
Prime Number 22:02 Prime Number : Prime Number is a positive number ( >0 ) that is divisible only by 1 and itself. Example 1: We will cons...
Sum of digit 21:59 The digit sum of a number, say 152, is just the sum of the digits, 1+5+2=8. If the sum of the digits is greater than ...