Yahoo Αναζήτηση Διαδυκτίου

Αποτελέσματα Αναζήτησης

  1. Learn how to write C programs to check whether a number is a perfect number or not. A perfect number is a positive integer that is equal to the sum of its positive divisors, excluding the number itself.

  2. 19 Ιουν 2015 · Learn how to write a C program to input a number and check whether it is a perfect number or not. A perfect number is a positive integer that is equal to the sum of its proper divisors.

  3. Here is a perfect number program in c using for loop, while loop and function with explanation & examples. It also finds perfect numbers in the given range.

  4. 25 Φεβ 2024 · Learn how to check if a number is perfect or not using C++ code and examples. A perfect number is a number that is equal to the sum of its proper divisors, excluding itself.

  5. Learn how to write a C program to check if a number is perfect or not, where all the smaller numbers that can divide into it add up to the original number. See code examples, explanations, and output for different numbers.

  6. Learn how to write a C program to check if a number is a perfect number or not using for loop or while loop. Also find the perfect numbers between 1 and 100 with examples and code.

  7. 10 Ιαν 2024 · Learn how to write a C program to find out if a given number is a perfect number, which is the sum of its proper divisors. See the code, output, and explanation of the concept and optimization of perfect numbers.

  1. Γίνεται επίσης αναζήτηση για