0
I want to make a program that generates a series using function
This function should take first and last values of series and then generates four terms that are equidistant eg if two numbers passed are 1 and 7 then function returns 1357.
3 Answers
+ 7
Here is your program .
Nice assignment bro đ. I was bored and was searching for such an assignment.
Thanks for posting this question.đ
I have used A.P. here . AP is arithmetic progression where the Terms are seperated by a common difference.
Thanks
https://code.sololearn.com/c8HW81JD9Ame/?ref=app
+ 2
Good luck!
+ 1
thank for giving solution