Thread: please help me .. about the following questions

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

    Unhappy please help me .. about the following questions

    please help me .. about the following questions

    create a program to count the vowels in the name of the inserted input
    For example: input: "Mahendra Andrianto wijaya"
    output: a = 6, i = 2, e = 1, o = 1

    Create a program that ensures the writing of the name comprising more than one word with a capital letter
    Example: input: "Mahendra adrianto wijaya"
    output: "Adrianto Mahendra Wijaya"


    Make the program look for pieces of words in an input string
    For example:
    input string: "Mahendra adrianto wijaya"
    Input your text: "anto"
    output: "the number of discoveries = 1,
    the location discovery 1 = letter to the 5

    I ask for help ,....

  2. #2
    Registered User
    Join Date
    Aug 2006
    Posts
    100
    Help? Try another career, drop the class, give up.

  3. #3
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Quote Originally Posted by rdrast View Post
    Help? Try another career, drop the class, give up.
    Indeed!...
    Devoted my life to programming...

  4. #4
    Registered User
    Join Date
    Aug 2010
    Location
    Poland
    Posts
    733
    Quote Originally Posted by anggana View Post
    please help me .. about the following questions
    I can't see any question.

    The first one is trivial, have you at least opened code editor?
    Last edited by kmdv; 12-14-2010 at 12:58 PM.

  5. #5
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by anggana View Post
    please help me .. about the following questions

    create a program to count the vowels in the name of the inserted input
    For example: input: "Mahendra Andrianto wijaya"
    output: a = 6, i = 2, e = 1, o = 1

    Create a program that ensures the writing of the name comprising more than one word with a capital letter
    Example: input: "Mahendra adrianto wijaya"
    output: "Adrianto Mahendra Wijaya"


    Make the program look for pieces of words in an input string
    For example:
    input string: "Mahendra adrianto wijaya"
    Input your text: "anto"
    output: "the number of discoveries = 1,
    the location discovery 1 = letter to the 5

    I ask for help ,....
    Did you even try to solve these on your own?

    Go ahead... give it your best shot. That's how you learn.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. malloc problem
    By Tool in forum C Programming
    Replies: 23
    Last Post: 03-12-2010, 10:54 AM
  2. A very long list of questions... maybe to long...
    By Ravens'sWrath in forum C Programming
    Replies: 16
    Last Post: 05-16-2007, 05:36 AM
  3. Several Questions, main one is about protected memory
    By Tron 9000 in forum C Programming
    Replies: 3
    Last Post: 06-02-2005, 07:42 AM
  4. Trivial questions - what to do?
    By Aerie in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 12-26-2004, 09:44 AM
  5. questions questions questions.....
    By mfc2themax in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 08-14-2001, 07:22 AM