Bash Scripting - Conditionals
You want to write a script that prints "Even" if a number stored in
n is even, and "Odd" otherwise. Which of these is the correct if-then-fi structure to do this?