Monday, March 4, 2013

If Statements





If statements are a basic part of every programming language. The idea is that they allow you to test a condition and then perform an action if the test passed.