Skip to content

Instantly share code, notes, and snippets.

@Dogacel
Created August 4, 2017 11:29
Show Gist options
  • Save Dogacel/da67d403d044a3d5d7e512b223f5b0b9 to your computer and use it in GitHub Desktop.
Save Dogacel/da67d403d044a3d5d7e512b223f5b0b9 to your computer and use it in GitHub Desktop.
Omer al
if(inp[n] < 0 || inp[n] > '9'){
switch(inp[n]){
case '/':
case '*':
case '+':
case '-':
continue;
default:
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment