Hello, I am completely new in programming and I need some help, please.
So the thing is I have to make a program which equals that function : f(x)=xe^x and I need to enter x and n. (this is the function of Maclaren).
And I need to make it by using arrays in C++
Please help, I'll be really thankful!
This is not a homework site. We won't do your homework for you. However we are always willing to help solve problems you encountered, correct mistakes you made in your code and answer your questions.
We didn't see your attempts to solve this problem yourself and so we cannot correct mistakes you didn't made and answer questions you didn't ask. To get help you should do something yourself and get real problems with something. If your problem is "I don't understand a thing", then you should go back to basics and study again. As it is impossible to find derivative of function without knowledge in arithmetic, you cannot do more complex tasks in programming without clear understanding of basics
I'm apologize about my stupid question, You are right!
So the thing is I can do it by using only simple variables, but I don't know how to do it by using arrays.
Here is the code: