1
votes
votes
2 answers
Use of unassigned local variable C sharp
I am trying to write a program that takes how many logs you can cut per minute, and multiply it by the logs you want to cut, to figure out how many minutes it will take. I have .NET framework v4. Here is my code: [code]string logspermin ...
