User Profile
Collapse
-
just the same i have done, and it is working. i have a problem w/ output -
ok, for this language rule is very simple, in one syllable there can be 1 vowel and one or two consonants.(mek-tep, o-kul, ki-tep)Leave a comment:
-
actualy i use C PL but i have to write it in Java couse of that i have problems."\0" symbol i use to define the end of string.Leave a comment:
-
String s = textfield2.getT ext();
String st=new String(s);
p=st.length();
len=p;
//from string to char
for (int c = 0; c < len; c++)
{
str[c] = st.charAt(c);
}
//write to str1 from back
for(int l=0; str[l]!='\0'; l++)
{
str1[len-1]...Leave a comment:
-
-
-
Divide words on syllables
hi everyone. i have to write a prog that divedes words on syllables for one language. the algoritm itself is ok.i take from user the string convert it to char string make the operation and put it to new string with difined size,but then the new string is displayed (and it is shorter than strings length) the empty spaces show squares. how can i solve this problem? -
-
No activity results to display
Show More
Leave a comment: