help
result
is your parsed numberout var result
in your tryparse, you can then use out thatOuterVariable
overtimetotal
variable in the outermost scopeint foo = 0;
{
{
{
{
foo += 10;
}
}
}
}
Console.WriteLine(foo);