dimanche 8 avril 2018

How can I make a if statement with more than one condition? Like a OR-gate

I have this array

static String[] knappar = {"=", "0", "C", "M" , "+", "1", "2", "3", "-", "4", "5", "6", "*", "7", "8", "9", "/"}; 

if (knappar[i]= a number do this {

}

Aucun commentaire:

Enregistrer un commentaire