First array
String datos[]={"hola", "", "como", "", "", "estas", ""};
Make an algorithm that skips empty spaces
and that you in a new array
datos new[]={"hola", "como", "estas"};
in java please
This is what I have so far
String[...
asked by
15.01.2018 / 15:11