Please do my homework

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • junglenut
    New Member
    • Oct 2007
    • 2

    #1

    Please do my homework

    Sample program of the following:

    Problem:

    CountSpaces
    CountVowels
    CountConsonants
    reverse All
    reverse Word
    UpperCase All inputed String
    LowerCase all inputed String


    Using JOptionPane on JCreatorPro.


    ex:
    method:
    public int CountSpaces (String str)
    public int CountVowels (String str)
    public int CountConsonants (String str)
    public String reverse All (String str)
    public String reverse Word (String str)
    public String UpperCase All inputed String (String str)
    public String LowerCase all inputed String (String str)

    Sample Output:

    String name = "Hello World";

    CountSpace = 1
    CountVowels = 3
    CountConsonant = 7
    reverse all = dlroW olleH
    reverse word = olleH dlroW
    UpperCase = HELLO WORLD
    LowerCase = hello world




    PS: hope to have an immediate result within 5hours,.. go go go PRO programmers.. i bet you guys can answer this.. i have high expectations on you..
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by junglenut
    Sample program of the following:

    Problem:

    CountSpaces
    CountVowels
    CountConsonants
    reverse All
    reverse Word
    UpperCase All inputed String
    LowerCase all inputed String


    Using JOptionPane on JCreatorPro.


    ex:
    method:
    public int CountSpaces (String str)
    public int CountVowels (String str)
    public int CountConsonants (String str)
    public String reverse All (String str)
    public String reverse Word (String str)
    public String UpperCase All inputed String (String str)
    public String LowerCase all inputed String (String str)

    Sample Output:

    String name = "Hello World";

    CountSpace = 1
    CountVowels = 3
    CountConsonant = 7
    reverse all = dlroW olleH
    reverse word = olleH dlroW
    UpperCase = HELLO WORLD
    LowerCase = hello world




    PS: hope to have an immediate result within 5hours,.. go go go PRO programmers.. i bet you guys can answer this.. i have high expectations on you..
    I'm flattered.

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      I changed the title to something more appropriate.

      kind regards,

      Jos

      Comment

      Working...