Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 8 of 8

Thread: i need explanation in pseudo code

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question i need explanation in pseudo code

    Look at the question below


    please click on the pic to see the question

    -
    -
    -
    -
    -

    1.jpg

    -
    -
    -
    -
    -
    -
    -
    -
    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
    Last edited by abood1190; April 30th, 2012 at 10:36 AM.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default 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?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: i need explanation in pseudo code

    Quote Originally Posted by abood1190 View Post
    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.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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 the link in ur sign is unbelievable

  6. #6
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: i need explanation in pseudo code

    Quote Originally Posted by abood1190 View Post
    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 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.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  7. #7
    Junior Member
    Join Date
    Apr 2012
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  8. #8
    Banned
    Join Date
    Apr 2012
    Posts
    38
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: i need explanation in pseudo code

    its orait men u good

Similar Threads

  1. pseudo Code Help
    By shamil max in forum Java Theory & Questions
    Replies: 1
    Last Post: March 27th, 2012, 09:08 AM
  2. Explanation of second argument in the following line of code
    By brighamandrew in forum Java Theory & Questions
    Replies: 1
    Last Post: September 11th, 2011, 09:39 AM
  3. HELP WITH PSEUDO CODE
    By pronk123 in forum Member Introductions
    Replies: 0
    Last Post: December 14th, 2010, 09:30 AM
  4. Need explanation of the code
    By aappee in forum Object Oriented Programming
    Replies: 3
    Last Post: November 1st, 2010, 05:56 AM
  5. Pseudo code of insertion sort linked list
    By sungirl in forum Algorithms & Recursion
    Replies: 1
    Last Post: May 23rd, 2010, 09:25 AM