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..
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..
Comment