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: java program codes for fast food ordering system

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

    Question 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...


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: java program codes for fast food ordering system

    Welcome to the forum jeasay.
    This forum is not a homework service, but many members enjoy offering advice to someone trying to write their own code.

    Please see the Announcements page for tips on using the forum and this link on getting help.

    Thread locked as a homework dump

Similar Threads

  1. Replies: 0
    Last Post: May 23rd, 2013, 04:35 PM
  2. fast food java problem
    By Anonymous08 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 14th, 2013, 03:53 AM
  3. Need Help Fast - Please Help in Java ArrayList
    By anonb in forum Collections and Generics
    Replies: 6
    Last Post: November 5th, 2012, 05:26 PM
  4. Issues with my ordering program - if statement issues?
    By Shenaniganizer in forum What's Wrong With My Code?
    Replies: 5
    Last Post: October 31st, 2012, 10:17 PM
  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