Christina Bremmerman wrote:Your If loop...
Sorry to correct you but if statements are no loops!
I totally agree with Venu that
you should use braces in statements even when they aren't needed.
If you add a line of code later and you forget that you didn't use braces in the first place you will get weird behavior and maybe a difficult bug to find depending on code size.