Computer Science, asked by vikranth98h, 10 months ago

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 mufaddal52hamid53
0

It is of only five points to write a program please re ask by increasing it

Similar questions