Take the numbers, factor them, then make a list of all the proper divisors and add them up.
To factor use a Computer Algebra System like Maple, Mathematica or Axiom, if you like.
http://en.wikipedia.org/wiki/Amicable_number
http://en.wikipedia.org/wiki/Divisor
http://axiom-wiki.newsynthesis.org/uploads/chapter-9.13-26.xhtml#sec-9.22
You do nothing! A sequence of numbers will contain no X and so nothing needs doing!
To write a C++ program to display the student details using class and array of object.
ring me and ill explain - 086 22222222222222227 ring me
<html> <head><title>Check palindrim or not</title> <script language="javascript"> var no,rem,sum=0,temp; no=prompt("Enter the no from user for check"," "); temp=no; while(no>0) { rem=no%10; sum=sum*10+rem; no=no/10; } if(temp==sum) document.write("The given no is palindrom"); else document.write("The given no is not palindrom") </script> <body> </body> </html>
The generation of palindromic numbers within a given range is best done with a computer program. Space it limited so an example of program code cannot be shown here, but the Codecast website gives full guidance.
write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html
8086 assembly language program to check wether given number is perfect or not
You do nothing! A sequence of numbers will contain no X and so nothing needs doing!
Reference: cprogramming-bd.com/c_page4.aspx#ODD%20 Numbers
To write a C++ program to display the student details using class and array of object.
Count all the given numbers then count all the numbers of a given value. Divide one by the other and multiply by 100. For instance, if there are 50 numbers in total and 5 of them have the value 42, then the percentage of numbers with the value 42 is 5 / 50 * 100 = 10%.
Check below link
ring me and ill explain - 086 22222222222222227 ring me
quotient is the answer to a division problem so after dividing, to check your answer, you need to take the quotient and multiply it to one of the given numbers.
for(int i = 1; i < 100; i+=2) { System.out.println(i); }
write a program in C to check whether a given number is apalindrome or not
No numbers are given!