Computer Science, asked by amyblessy6515, 2 months ago

write a program to print step value of 5 till 100?

Answers

Answered by BharathBangaram
2

Answer:

The abundant number can be called an excessive number and defined as the number for which the sum of its proper divisors is greater than the number itself.

A first abundant number is the integer 12 having the sum (16) of its proper divisors (1,2,3,4,6) which is greater than itself(12).

Examples: 12, 18, 20, 24, 30, 36

In this program, we have to find all abundant numbers between 1 and 100.

Similar questions