1 Attachment(s)
i need explanation in pseudo code
Look at the question below
please click on the pic to see the question
-
-
-
-
-
Attachment 1214
-
-
-
-
-
-
-
-
This is the answer :
SUBMODULE: eToThex
IMPORT: term, x
EXPORT: e
ALGO:
e=0
base=0
for n=1 To term CBY 1
if n=1 THEN
e=1
ELSE
base= base * n
nextterm= x^n / base
e=e+nextterm
ENDIF
ENDFOR
Re: i need explanation in pseudo code
Do you have an actual question, or are you just dumping your homework here? Do you want to trade homeworks with me?
Re: i need explanation in pseudo code
hi dude, didn't you see the question >> its a picture if u click on it the question will appear to u
Secondly the question is already solved .. all what i need is explanation bcoz i got the answer from a friend :)
Re: i need explanation in pseudo code
Quote:
Originally Posted by
abood1190
hi dude, didn't you see the question >> its a picture if u click on it the question will appear to u
Secondly the question is already solved .. all what i need is explanation bcoz i got the answer from a friend :)
That is absolutely NOT how this works. Don't post a picture of your assignment, it's lazy and rude. Don't just dump some code here and expect us to explain it to you. Again, that's lazy and rude. It's bad enough that you simply got the "answer" from your friend. It's now your job to examine and understand the code, or better yet start over and do it yourself. What do you think it does? What steps have you taken to understanding this?
Please see the link in my signature on asking questions the smart way before you post again.
Re: i need explanation in pseudo code
Calm down :) this is not assignment ... its a question from a worksheet hahhaha and i wont lose marks for it ... i just need to understand. This answer is given by my teacher :o the link in ur sign is unbelievable
Re: i need explanation in pseudo code
Quote:
Originally Posted by
abood1190
Calm down :) this is not assignment ... its a question from a worksheet hahhaha and i wont lose marks for it ... i just need to understand. This answer is given by my teacher :o the link in ur sign is unbelievable
Like I said, post what you've done, what you think, and what you've tried. We can't just do your work for you. The link in my signature contains plenty of valuable tips that would help you get help faster.
Re: i need explanation in pseudo code
Then i will try to reply tomorrow bcoz its already midnight and i want sleep ..... cant wait for tomorrow :cool:
Re: i need explanation in pseudo code