🚀
Pinned Loading
-
-
Split int into digits recursively
Split int into digits recursively 1public String[] toStringArr(int number) {
2String[] output = new String[0];
3int cl = 0; // currentLength
4// Diese Funktion wandelt Integer von 0 bis 999999999 in ein String-Array um
5if (number < 0) { // negative Nummer, geht nicht
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.