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
3
Explanation:
jljcpjclphudkgihohdiyoyoyohupuoyxlhxhlxlhxlhxlh
Answered by
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
Science,
1 day ago
Math,
2 days ago
English,
8 months ago
Science,
8 months ago
Business Studies,
8 months ago