Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
A

alishaklas

@alishaklas
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C++ Problem Need Help Part 2
    A alishaklas
    1. Write a C++ program which reads the names and ages of 10 people, and store these data in structures that are elements of an array. Print the average age of these people. Also, print a table of 10 lines, with on each line the given data of a person, along with the (positive or negative) deviation of his or her age from the average age. store only the first 30 characters (followed by the null character) of names that are longer than 30 characters. Be sure to incorporate into your program the use of classes, private data, public function process data, constructors and destructors where appropriate. Notes: must use object oriented Notes: have choice * ask how many people would you like to enter data for. Thanks, Alisha
    C / C++ / MFC help c++ data-structures oop

  • C++ Problem Need Help Part 1
    A alishaklas
    1. A gas station has two pumps. Cars arrive at an average rate of 24 per hour. The service time for each car is either 3,4,5,6, or 7 minutes each with probability 1/5. Simulate the operation of the gas tation for 8 hours using a one minute time interval. Assume that a car arriving when both pumps are occupied drives on. Determine and print out the fraction of customers lost, in addition to the number of customers served and the total number of arrivals during the 8 hour period.
    C / C++ / MFC help c++
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups