right now its saying it has these three problems:
16:9: error: expected ';' before 'switch'
27:9: warning: statement has no effect [-Wunused-value]
15:26: error: label 'num2' used but not defined
I dont think i can put a ";" before switch since that get in the way of the else function. I dont understand the warning since that line is for the closing bracket. I have no idea why num2 is not defined. please help.