Problem
i. Provide your own short C++ code example that uses math operators of your choice. Try to use at least 3 different Math operators (e.g., +, -, *, /, %). Be sure to test and explain your code.
ii. Provide your own short C++ code example that uses an if-else statement and two relational operators. Be sure to test and explain your code.