I\'m a little confused right now.
Why can\'t I declare a variable with the same name after the scope of the if statement in C#?
if(true) { int number =