Computer Science, asked by abhradeep86, 2 days ago

2. INPUT A START AND END NUMBER AND PRINT THE SUM OF FACTORS OF EACH NUMBER INCLUDING THE NUMBER ITSELF.
AS , 6 --> 1+2+3+6 SUM IS 12(in q - basic)​

Answers

Answered by papakipari29
3

Explanation:

jljcpjclphudkgihohdiyoyoyohupuoyxlhxhlxlhxlhxlh

Answered by sukhpreetsingh7717
0

Answer:

Given an array of integers. We are required to write a program to print the number of factors of every element of the given array.

Examples:

Input: 10 12 14

Output: 4 6 4

Explanation: There are 4 factors of 10 (1, 2,

5, 10) and 6 of 12 and 4 of 14.

Input: 100 1000 10000

Output: 9 16 25

Explanation: There are 9 factors of 100 and

16 of 1000 and 25 of 10000.

Explanation:

you can mark me as brainliest.

iam sure I can help you

Similar questions