answersLogoWhite

0


Best Answer

1. List all factors of number (including 1 and the number, list each factor only once even if it goes in multiple times)

2. Add up all the factors

3. If the sum is equal to twice the original number, then the original number is perfect, if not, it is not perfect.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Draw algorithm and flowchart to check a number is perfct or not?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write an algorithm and draw a corresponding flowchart to find the greatest number and its position among the 6 given numbers?

Algorithm Step1: Read A, B, C Step2: If A > B is True, then check whether A > C, if yes then A is greatest otherwise C is greatest Step3: If A > B is False, then check whether B > C, if yes then B is greatest otherwise C is greatest Give the Flowchart Answer


Write an algorithm to check whether a number is a prime number or not?

You can write out this algorithm. This will then be programmed into the device to make determining prime numbers easier.


Flowchart to check whether an integer is positive or negative?

I'll write it as pseudocode; you can easily convert it to a flowchart. If your number is more than 0 (Your number is positive) else if your number is less than 0 (your number is negative) else (your number is equal to zero)


How to draw a flowchart to check if a number is a perfect square?

dot you will draw that's all thank you for selected


How a check digit is calculated?

Check digits are determined (or derived) by a set algorithm using the digits of the account number.


Write an algorithm to check whether the given number is odd or even?

Type your answer here... i think we should first enter 1 number then check it


How do you draw a Flowchart to find whether the given number is odd or even using counter?

first we write start and then read number and after that check the number is totaly divide by 2 or not if number is totally divide by 2 then number is even else number is odd.


How do you use arrays and expanded algorithm like 31x19?

to check your answer to check if ti is right .


Write a algorithm for absolute loader?

Answe check for login


Which is better encryption algorithm among DES Blowfish and MD5?

MD5 isn't a encryption algorithm, it's a hashing algorithm. Encryption will 'hide' the meaning of the encrypted text, while MD5 will 'add up' all the text to come up with a number. This number can be compared to another time this file was 'added up', to provide a simple kind of check to see if the text has been changed or if it is the same.


Recursive algorithm to check a no is prime or not?

Suck a dick until it works


A flowchart to Accept three numbers and check whether it firms to Pythagorean triplet?

Accept 3 natural numbers and check whether it firms pythagorean triplet