Низ: Разлика между версии

Изтрито е съдържание Добавено е съдържание
remove space as there was no space added between the names.
Corrected String var[] to String[] var
Ред 254:
<syntaxhighlight lang="java">
String example = "Hello_World";
String[] example [] = example.split("_");
for (int i = 0; i < example.length; i++)
{