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

Thread: Help me make this Program? please

  1. #1
    Junior Member rizkisteve's Avatar
    Join Date
    Apr 2013
    Location
    malang
    Posts
    4
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Help me make this Program? please

    Suppose you get a chance to make the customer service system in a restaurant. This restaurant has an N table surrounded by 4 chairs. Favorite restaurant is famous because it is always packed with customers at work. Open every day starting at 08 am to 8 pm. Any any customer must reserve a seat in advance at least 2 hours before he entered. There are three ordering options: VIP, EXPRESS, ORDINARY. Ration of each class third of the space provided. Each customer can order 0 to M menu provided.
    Service process will be undertaken on a per-class queue. VIP class, then REGULAR EXPRESS. VIP class serviced first, then Express and last ORDINARY class. Cost will be calculated based on the items ordered plus the cost of the class, respectively 0.2%, 0.1% and 0% for VIP, EXPRESS and REGULAR from service charges. The cost of services 20,000 per table, -. Amount of fees to be paid each customer include: class fee + service charges + taxes + Accumulated cost items (10% of net accumulation of items).
    A customer can order more than two tables with if condition at the VIP table must manambah table full of class Usual maximum quota (5% of the quota table ORDINARY class). If the class grade EXPRESS and REGULAR table full of tables may not add another class.


  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: Help me make this Program? please

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.

    http://mattgemmell.com/2008/12/08/what-have-you-tried/
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member rizkisteve's Avatar
    Join Date
    Apr 2013
    Location
    malang
    Posts
    4
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help me make this Program? please

    oh , i see,
    but the program does not i made

    tomorrow i will post it , but can you make that program , with that UP problem??
    thx before

  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: Help me make this Program? please

    Quote Originally Posted by rizkisteve View Post
    can you make that program , with that UP problem??
    thx before
    That isn't how this works. We aren't a code mill or a homework service. If you have a specific technical question, we'll be happy to help, but we can't really help with "how do I do this" type questions other than to point you to google and the basic tutorials.
    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 rizkisteve's Avatar
    Join Date
    Apr 2013
    Location
    malang
    Posts
    4
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help me make this Program? please

    Quote Originally Posted by KevinWorkman View Post
    That isn't how this works. We aren't a code mill or a homework service. If you have a specific technical question, we'll be happy to help, but we can't really help with "how do I do this" type questions other than to point you to google and the basic tutorials.
    okay never mind, i'll post the code , and try to fix it , okay

Similar Threads

  1. Please can you help with my program? How to make it
    By heythisgreg in forum Java Theory & Questions
    Replies: 12
    Last Post: December 1st, 2012, 10:18 PM
  2. can anyone help me make this program
    By amin45 in forum Java Theory & Questions
    Replies: 4
    Last Post: October 16th, 2012, 06:41 PM
  3. How to make program ask for options again
    By m7abraham in forum What's Wrong With My Code?
    Replies: 14
    Last Post: September 25th, 2012, 10:12 PM
  4. how do i make my program to do......
    By andys in forum Object Oriented Programming
    Replies: 6
    Last Post: November 29th, 2010, 07:44 AM
  5. how do i make my program to....
    By andys in forum Object Oriented Programming
    Replies: 2
    Last Post: November 26th, 2010, 10:31 AM

Tags for this Thread