Computer Science, asked by igqaanjan, 6 hours ago

Given a number, print the absolute difference of sum of its odd divisors and sum of its even divisors. Note absolute difference is denoted by la - bl, for example if a = 10, b = 9, then abs difference is 1, if a = 10, b = 19, then abs difference is 9. Ignore the Negative sign. Examples: 1. Number = 10, Output = 6 (abs((1 + 5) - (2 + 10))) 2. Number = 20, Output ( abs((1+5) – (2 + 4 + 10 + 20)))​

Answers

Answered by yashini1301
0

Answer:

I don't if I know I am going to ask you why are you doing like this I don't know to write answer for this and very very very very sorry I am sorry

Similar questions