accenture
Section 1 of 1 Coding
Question # 2
How to attempt?
Question
Geometric Progression
Given the second and third terms (-2.0 <= 92, 93 <= 20) of a GP, find the nth (1<= n <= 100) term. The output
should be a string representing the nth term, rounded off to 3 decimal places
You are required to fill in a function which takes as input an integer 'n' and sets the output variable to the sum of
divisors of 'n'. The output is to be guaranteed to fit in a 32-bit signed integer. write the program for this
Answers
Answered by
2
Explanation:
accenture
Section 1 of 1 Coding
Question # 2
How to attempt?
Question
Geometric Progression
Given the second and third terms (-2.0 <= 92, 93 <= 20) of a GP, find the nth (1<= n <= 100) term. The output
should be a string representing the nth term, rounded off to 3 decimal places
You are required to fill in a function which takes as input an integer 'n' and sets the output variable to the sum of
divisors of 'n'. The output is to be guaranteed to fit in a 32-bit signed integer. write the program for this
Similar questions