design a class to overload a function series as follows
void series (int x, intn)- to display the sum of series given below x^1+x^2+x^3..........x^n terms
void series (int p) - to display the following series
0,7,26,63.....p terms
void series () to display the sum of the series given below
1/2+1/3+1/4..........1/10
Answers
Answered by
2
Answer:
hi there
Explanation:
i even don't know the answer as I also want to ask
Answered by
5
this is the program...nd solution to ur question...using scanner class nd my brain...with some basics of java
Attachments:
Similar questions