Is it possible to use sign like +,-,*,/ in the switch case?
is it something like this, but it cant works. So can someone help me with it.
is it something like this, but it cant works. So can someone help me with it.
Code:
switch(inSign) { case '-': case '+': case '*': case '/': }
Comment