Program to use a stack to represent list of workers

Assignment Help Programming Languages
Reference no: EM1352727

A company has six hiring positions with more people wanting jobs than the number of available positions. The company managers decide in order to give more people an opportunity to make money; they will allow people to work in three-month intervals. The first six people on the waiting list will be hired in the order that they are on the waiting list. The first six people will keep these positions for three months. At the end of three months, the manager will roll a dice to determine the number of people who will lose their jobs. The company will use the policy of last-hired-first-fired. For example, if the dice roll is 3, the last 3 people hired will lose their jobs to the first 3 people on the waiting list. People losing their jobs will be placed on the back of the waiting list in the order that they are fired. This process will continue for every three-month interval.

Write a program to simulate this process. Use the following guidelines.
- Use a stack to represent the list of workers.
- Use a queue to represent the list of people waiting to work.
- Simulate a manager rolling a dice by randomly generating a number 1 through 6. Note: Use the C++ function - rand(). (To use this function you may need to include <stdlib.h> or <cstdlib>.)
- At the end of each three-month interval, show the dice value, the worker's list in the order from last hired to first hired, the waiting list in order of first to last.
- Ask the user if they want the see the workers list and the waiting list at the end of the next three months. Program ends if the user does not want to see any more.

Sample input: Ask the user for the number of people needing jobs. This number must be greater than 6. Using that number, randomly generate the list of ID numbers for the workers. An ID number should be greater than or equal to 100 and less than 1000. Make sure no two workers have the same ID. (Hint: Use the following to generate an ID number: ID = 100 + rand()% 900.)

Reference no: EM1352727

Questions Cloud

Explain and identify three arguments and three non-arguments : Explain and Identify three arguments and three non-arguments you encountered today.
What rate reported by statistics canada every month : Which of the following is NOT a shortcoming of the civilian unemployment rate reported by Statistics Canada every month.
Calculate the maturity risk premium : Kelly Corporation five year bonds yield 7.50% and 5-year T-bonds yield 5.80%. The real risk-free rate is r* = 2.5%, the default risk premium for Kelly's bonds is DRP = 0.40 percent,
Illustrations of language aphasias : What are some examples of language aphasias? How do language aphasias help physiological psychologists understand the production and comprehension of language?
Program to use a stack to represent list of workers : Write a program to simulate this process. Use the following guidelines.- Use a stack to represent the list of workers. Use a queue to represent the list of people waiting to work.
Find default risk premium on corporate bonds : Assume 10-year T-bonds have a yield of 5.30% and ten year corporate bonds yield 6.80%. Also, corporate bonds have a 0.25% liquidity premium versus a zero liquidity premium for T-bonds,
Cognitive development-influence on language acquisition : Cognitive development in the brain has the largest influence on language acquisition, because variations in the initial brain structure can make qualitative differences in language acquisition.
What does this normally mean upward-sloping supply curves : If a price in a competitive market is "too high to clear the market," what does this normally mean. Assume upward-sloping supply curves.
First instruction executed if we start machine with counter : Suppose the memory cells at addresses 00 through 02 contain the following bit patterns. What would be the first instruction executed if we start the machine with its program counter containing 00?

Reviews

Write a Review

Programming Languages Questions & Answers

  Accuracy and completeness of computations

Analysis right and you have to develop a plausible argument to "prove" that your analysis is correct

  C program to accept three numbers inputs by user

Write down C program to accept three numbers input by a user, and outputs a table of temperatures in Fahrenheit, Celsius, and Kelvin.

  Creating website-based sales system for retail firm

Assume that you have been hired to create website-based sales system for large international retail sales firm.

  What is java adapter class

What is Java adapter class.

  Create math sorting game using visual basic studio

using visual basic studio 2010, Create math sorting game. Random number between 1 and 99 will be generated and displayed to the user.

  Creating method to union the interface for adt bag

Add method union to  interface BagInterface for ADT bag which returns as new bag the union of bag receiving call to method and bag which is the method's one argument.

  Explaining data-driven multicast routing paradigm

The data-driven multicast routing paradigm works best on local networks that have low delay and excess capacity, while the demand driven paradigm works best in a wide are environment.

  Code to sum of all the elements of the array

Write some code that places the sum of all the elements of the array x into total. Declare any variables that you need.

  Explaining steps to execute branch instruction

Sketch a flow chart which carefully explains steps that little man follows to execute a branch instruction.

  Create a multi-threaded competition

Create a multi-threaded competition in which opposing Robin Hoods will attack one another and try to take each other's gold coins.

  Definition of function quadratic receives double parameters

Write down definition of function named quadratic which receives 3 double parameters a , b , c . If value of a is 0 then function prints the message "no solution for a=0"

  Prepare a presentation on backgrounds and fonts

Can you still read the text? Is it too narrow or thick? Is an icon hidden by the background? You should also include tips for choosing backgrounds and fonts.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd