In my java calculator program user is prompted to choose operands in an if statement, however the if statement is skipped
when I run the code the if statements and the choice scanner are skipped. how do I fix this?
when I run the code the if statements and the choice scanner are skipped. how do I fix this?