c# how to use variable in string code example Example: c# write variable in string int age = 22; Console.WriteLine($"Age: {age}");