Among all the web coding I have done this semester. This was by far the most familiar. It seems like every program relies on an if….else statement. And since life revolves around “choices and consequences”, it’s reasonable for a computer to think this way as well. The best part about this code is that you get to output whatever you want in a program provided conditions are met. The difficult part however, is when the computer doesn’t pass the conditional statement due to either a problem in the variables being tested, or the statement has a syntax error.