try {
Integer.parseInt(myInput);
methodForNumber(myInput);
}
So übergebe ich es.
Und methodForNumber sieht dann so aus:
public static void methodForNumber(myInput) {
...
}
try {
Integer.parseInt(myInput);
methodForNumber(myInput);
}
So übergebe ich es.
Und methodForNumber sieht dann so aus:
public static void methodForNumber(myInput) {
...
}