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!


    asap


  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

    This is your homework not ours. DO NOT expect us to do it for you.
    Improving the world one idiot at a time!

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: java program codes for fast food ordering system

    If you have a specific question regarding your assignment, then ask. The implied questions is 'will you do this for me'? And the answer is no. If you actually have a question, and wish to learn, the I suggest reading...
    What have you tried? - Matt Gemmell
    How To Ask Questions The Smart Way
    ...and posting a new thread with said question, as I am locking this one.

Similar Threads

  1. java program codes for fast food ordering system
    By harleypogi in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 1st, 2013, 04:42 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