Gp programm in c language
Answers
Answered by
1
Answer:
In this program, we are reading the first term of the G.P. series using 'a' variable and the total numbers in the G.P. Series using 'n' variable and the common ratio of G.P series using 'r' variable. Tn = (a *(1-pow(r, n +1)))/ (1- r).
Answered by
1
In this program, we are reading the first term of the G.P. series using 'a' variable and the total numbers in the G.P. Series using 'n' variable and the common ratio of G.P series using 'r' variable. Tn = (a *(1-pow(r, n +1)))/ (1- r).
Similar questions