Skip to content

Write a recursive function(s) that prints both the series and the summation of the following equation: 1+x+x2+x3+x4+ ... xn= sum

Notifications You must be signed in to change notification settings

CodeLearnr/Recursive_Print_Series

Repository files navigation

Recursive_Print_Series

Write a recursive function(s) that prints both the series and the summation of the following equation: 1+x+x2+x3+x4+ ... xn= sum

About

Write a recursive function(s) that prints both the series and the summation of the following equation: 1+x+x2+x3+x4+ ... xn= sum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages