Md Asif Alamformeasifalammeasifalam.hashnode.net·Feb 26, 2023Assign the same value to multiple variables in a single statementYou might be seen this statement previously where we assign a single value to multiple variables, int num1, num2, num3; num1 = num2 = num3 = 5; But within C# we can assign multiples values to multiple variables using the statement var (a, b, c) = (...c#Add a thoughtful commentNo comments yetBe the first to start the conversation.