how do i increase a string into default lenght?
for example i put a string, java.how to transform the string to for example 24 character in it?
for example i put a string, java.how to transform the string to for example 24 character in it?
charr[x] = string.charAt(x);
Comment