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 2 of 2

Thread: I need help starting my pseudocode. My book doesn't explain it well at all.

  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post I need help starting my pseudocode. My book doesn't explain it well at all.

    the question asks me. the following pseudocode describes how a bookstore computes the price of an order from the total price and the number of the books that were ordered.
    Read the total book price and the number of books.
    compute the tax (7 .5% of the total book price).
    Compute the shipping charge ($2 per book)
    The price of the order is the sum of the total book price, the tax, and the shipping charge.
    Print the price of the order.
    Translate this pseudocode into a java program.
    and my teacher gave me this to use.
    1.Book price 50 and number of books 20
    2.Book price 1 and the number of books ordered 1
    I haven't done this before and really need some help badly.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: I need help starting my pseudocode. My book doesn't explain it well at all.

    Can you explain your problem?
    Are you trying to write pseudo code for the program
    or are you trying to write the program?

Similar Threads

  1. i need an explain please !
    By keep smiling in forum Java Theory & Questions
    Replies: 3
    Last Post: December 21st, 2011, 11:22 AM
  2. Need help with pseudocode please
    By nomss in forum Algorithms & Recursion
    Replies: 2
    Last Post: May 18th, 2011, 03:50 AM
  3. Need help converting Pseudocode to java
    By firebyrd in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 5th, 2011, 05:28 AM
  4. Replies: 4
    Last Post: February 23rd, 2011, 09:20 AM
  5. Replies: 1
    Last Post: December 13th, 2010, 05:13 AM