Pls help ..

Discussion in 'C' started by arreeh_18, Feb 4, 2011.

  1. arreeh_18

    arreeh_18 Banned

    Joined:
    Feb 4, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    1. Create an array of five Strings containing the first names of people in your family. Write a program that counts and displays the number of vowels in the Strings that you entered, without regard to case (uppercase versus lowercase letters). The class name is Vowels.

    2. Write a program containing an array of 15 double values. Include a method to sort the values in ascending order. Display the results. The class name is SortDouble.

    3. Store 40 characters in an array, such as 1234%$#@UHGF... Write a program that produces a count of how many of the characters are letters in the English alphabet, and how many of the characters are not letters.

    :confused:
     
  2. arreeh_18

    arreeh_18 Banned

    Joined:
    Feb 4, 2011
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice