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

Thread: java program codes for fast food ordering system

  1. #1
    Junior Member
    Join Date
    Oct 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default java program codes for fast food ordering system

    requirement:
    1. menu and price
    2. welcome address
    3. can enter order at least maximum of 8 times
    4. entering order then the order will appear with the price
    5. print out instruction if the customer would like to add order. If customer will enter "yes" then enter again an order else "no" the program will exit then automatic total the amount to be paid.
    6.after total, the program will ask how much cash receive.
    7.enter the amount receive.
    8. get the change!


    -plz help me to solve this problem...

    Thanks


  2. #2
    Grand Poobah
    Join Date
    Mar 2011
    Posts
    1,545
    My Mood
    Grumpy
    Thanks
    0
    Thanked 167 Times in 158 Posts

    Default Re: java program codes for fast food ordering system

    How to get help:
    Post your code
    Post error messages
    Ask a specific question

    How NOT to get help:
    Post your assignment and wait for others to do it for you.
    Improving the world one idiot at a time!

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: java program codes for fast food ordering system

    Please read the Announcement at the top of the sub-Forums to learn how to post your code in code/formatting tags and how to ask questions that get attention and receive helpful answers.

Similar Threads

  1. Java program to count External devices connected with the system. Eg. Pen drive
    By arindam.mukherjee007 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: August 29th, 2013, 08:34 AM
  2. java program codes for fast food ordering system
    By jeasay in forum Java Theory & Questions
    Replies: 1
    Last Post: July 20th, 2013, 11:52 PM
  3. Replies: 0
    Last Post: May 23rd, 2013, 04:35 PM
  4. fast food java problem
    By Anonymous08 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 14th, 2013, 03:53 AM
  5. How to get a System's total CPU usage percentage using a java program
    By userj2ee in forum Java Theory & Questions
    Replies: 2
    Last Post: January 7th, 2011, 01:28 AM