Thread: Lost need help

  1. #1
    Registered User
    Join Date
    Oct 2010
    Posts
    1

    Lost need help

    i need to write a program which contains

    Write a function which has 2 arguments an array of float and the size. The function has no return value.
    Assuming that the array contains salaries of 20 employees. The purpose of this function is to increase each salary by 10%.
    Write a driver program (main program) to test your function.

    and

    Write a function which has 3 arguments an array of int, the size and reference to double (double &). The function has no return value.
    Assuming that the array contains ages of 10 persons. The purpose of this function is to calculate the average and to put the result into the third argument (pass by ref).
    Write a driver program (main program) to test your function.

    can some one please help me?

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Well... show us what you got so far...

    Post it up here in code tags and lets see what we can accomplish...

  3. #3
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Quote Originally Posted by robertran88 View Post
    can some one please help me?
    First of all, what do you need our help for?
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. too many packets lost in a single rtp stream
    By nabi in forum Networking/Device Communication
    Replies: 5
    Last Post: 09-16-2010, 09:05 AM
  2. I lost my laptop, DVD and money
    By Sang-drax in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 10-01-2004, 07:13 PM
  3. lost disk
    By Benzakhar in forum Linux Programming
    Replies: 7
    Last Post: 01-11-2004, 06:18 PM
  4. Lost ID number
    By ripper079 in forum C++ Programming
    Replies: 13
    Last Post: 10-04-2002, 12:51 PM
  5. API, LOST... help
    By Unregistered in forum Windows Programming
    Replies: 5
    Last Post: 03-13-2002, 03:19 PM