if(input.charAt(i) == '0' || input.charAt(i) == '1' || input.charAt(i) == '2') { }
Is there a way to condense this if condition, or no?
Aucun commentaire:
Enregistrer un commentaire