Thread: Need Help with these programs??

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

    Question Need Help with these programs??

    I am a new student of programming and I need help to write these simple programs in C++,

    First Program: Write a C program for processing the array of n integer values (n<=50). Write a funtion that inputs values into the array; a funtion that displays the array; a function that finds the sums of the numbers divided into groups of 3 numbers in one group.


    Second Program: Write a C program for processing a string of 80 symbols. Write a funtion that inputs the string; a funtion that displays the string; a function that finds the letter with lowest ASCII code.

    And the last one : Define a structure Person to holds the information of four fields id_number, name, address and age. Define an array of n persons (n<=40) to store the persons in the hotel. Define: input function; output function and function that finds the average age of all persons.

    Thanks to everyone who helped..

  2. #2

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. creating C programs to test memory usage
    By dsollen in forum C++ Programming
    Replies: 1
    Last Post: 04-20-2010, 10:12 AM
  2. Replies: 2
    Last Post: 02-25-2010, 03:54 AM
  3. Recommend upgrade path for C programs
    By emanresu in forum C Programming
    Replies: 3
    Last Post: 11-22-2007, 07:32 AM
  4. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM
  5. executing c++ programs on the web
    By gulti01 in forum C++ Programming
    Replies: 4
    Last Post: 08-12-2002, 03:12 AM