DOH! : In C# a local variable must be definitely assigned before the first read operation.

April 28th, 2013
by microbender

DOH! : In C# a local variable must be definitely assigned before the first read operation.

I am working on an assignment for class and I can’t get it to compile. I keep getting “Use of unassigned local variable” for both multiplierString and MultiplcandString. The are declared at the top of…

Posted in my g+ postings | Comments (0)