Computer Science, asked by patelastha1234, 9 months ago

input 10 numbers calculate and print sum of factors of each number invite some method respectively .This is a Java Program.​

Answers

Answered by shujaat82
0
Input : n = 30
Output : 72
Dividers sum 1 + 2 + 3 + 5 + 6 +
10 + 15 + 30 = 72

Input : n = 15
Output : 24
Dividers sum 1 + 3 + 5 + 15 = 24
Similar questions