The “if” statement allows us to add logic to our code, execute one code block if a certain condition exists, or execute a different code block if a certain condition doesn't exist. This video examines simple usage as well as more complex “if” statements.
Download the source code in c#
Download the source code in VB.Net
