Given a number n, write a program to find the sum of the largest prime factors of each of nine consecutive numbers starting from n. G(n) = f(n) + f(n+1) + f(n+2) + f(n+3) + f(n+4) + f(n+5) + f(n+6) + f(n+7) + f(n+8)
Answers
Answered by
0
It is of only five points to write a program please re ask by increasing it
Similar questions