What does “Use of unassigned local variable” mean? [duplicate]
This question already has answers here: Why did I get the compile error “Use of unassigned local variable”? (10 answers) Closed last year. I keep getting this error for annualRate, monthlyCharge, and lateFee. using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Lab_5___Danny_Curro { class Program { static void Main(string[] args) { string firstName; string […]