Using if, else if & else

Consider the problem we have of multiple key presses being possible. Discuss the difference between if, else if & else conditional statements. Implement an approach that makes our key presses mutually exclusive of one another.
Complete and continue