Thread: Can You Help Thİs Project?

  1. #1
    Registered User
    Join Date
    Dec 2008
    Posts
    1

    Can You Help Thİs Project?

    please you make project about c++ data structers


    Write a program that implements a quematic system of a bank.
    Consider that there are two bankers helping customers. There are
    two types of custormers: own customer and other customers. Own
    customers have priority over the other customers, in which 3
    customers from own customers and 1 customer from other customers
    are served. Assume that customer arrival times are uniformly
    distributed between 60-180 seconds for own customers and between
    120-300 seconds for other customers. Also assume that banker 1 and
    2 finish helping customers between 60-120 and 30 and 90 seconds,
    respectively (helping time is also uniformly distributed).

    The program should count the number of customers helped (own and
    other customers and total customers), number of customers banker 1
    and 2 helped, average time for waiting for customers, average time
    finishing time for each banker.


    Run the program for 20 minutes and display the results.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Refer to the homework policy.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    chococoder
    Join Date
    Nov 2004
    Posts
    515
    no, you're beyond help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM