Using Operators and Decision Constructs
Please give short explanations of each of the following:
how to Use Java operators; including parentheses to override operator precedence
how to Create if and if/else and ternary constructs
how to Use a switch statement